]> git.ipfire.org Git - thirdparty/lldpd.git/commit
lldpd: move configuration stuff into a dedicated structure
authorVincent Bernat <bernat@luffy.cx>
Fri, 31 Aug 2012 09:52:20 +0000 (11:52 +0200)
committerVincent Bernat <bernat@luffy.cx>
Fri, 31 Aug 2012 09:52:20 +0000 (11:52 +0200)
commit8ec333bd2826905731374f062e43e1004406bbaf
tree838ebb679e1e0f8fe6c71ffc406b612600d43344
parente5b5db2463f0e4beefe10e73842d874ff3d18237
lldpd: move configuration stuff into a dedicated structure

Configuration stuff was mixed with runtime stuff in `struct lldpd`. We
put the configuration stuff into an appropriate structure to be able
to export it to lldpctl.
src/daemon/agent.c
src/daemon/cdp.c
src/daemon/event.c
src/daemon/interfaces.c
src/daemon/lldpd.c
src/daemon/lldpd.h
src/lldpd-structs.c
src/lldpd-structs.h