]> git.ipfire.org Git - thirdparty/lldpd.git/commit - src/lib/lldpctl.h
lib: keep space for new values in `lldpctl_key_t`
authorVincent Bernat <bernat@luffy.cx>
Tue, 14 May 2013 07:23:21 +0000 (09:23 +0200)
committerVincent Bernat <bernat@luffy.cx>
Tue, 14 May 2013 07:23:21 +0000 (09:23 +0200)
commitd1dc456f990f56855f8af3be1fb344d3a38dd659
tree6b895de34d21d01c4f4402102f6774eb6f16282b
parent40116b4076035998642ef29e4b3f28f8ac2d6903
lib: keep space for new values in `lldpctl_key_t`

By inserting new values in the middle `lldpctl_key_t`, we break the
ABI of the library. To ensure future backward compatibility, we
introduce some space between each block. Unfortunately, this breaks
the current backward compatibility.
src/lib/Makefile.am
src/lib/lldpctl.h