]> git.ipfire.org Git - thirdparty/lldpd.git/commit
marshal: provide type-specific serialization/unserialization functions
authorVincent Bernat <bernat@luffy.cx>
Sun, 2 Jun 2013 13:49:09 +0000 (15:49 +0200)
committerVincent Bernat <bernat@luffy.cx>
Sun, 2 Jun 2013 14:23:07 +0000 (16:23 +0200)
commit985a4cb5f2102ca0972726109c34be9ed30d4fd8
tree5cb53a92fc1dce7dfa5c451191d515863cf15f9d
parentaba549a82a0f276325e22419b711fa0534078bd6
marshal: provide type-specific serialization/unserialization functions

Those functions should be used in place of `marshal_serialize()` and
`marshal_unserialize()` if possible.
src/daemon/client.c
src/daemon/event.c
src/daemon/lldpd.c
src/lldpd-structs.h
src/marshal.h
tests/check_marshal.c