]> git.ipfire.org Git - thirdparty/lldpd.git/commit
marshal: make serialization usable for equalities of different objects
authorVincent Bernat <vincent@bernat.im>
Mon, 12 Mar 2018 21:56:29 +0000 (22:56 +0100)
committerVincent Bernat <vincent@bernat.im>
Mon, 12 Mar 2018 22:31:53 +0000 (23:31 +0100)
commit4b571a6093c1936d2b8e8d01836afeeeed7a0eda
treeda48e741a4db84f1767379cbd6d85a840762afc4
parentd0513b2e4e0fe74b3f30c34e582bb891840e432a
marshal: make serialization usable for equalities of different objects

Ignored fields should be zeroed out.
src/lldpd-structs.h
src/marshal.c
src/marshal.h
tests/check_marshal.c