]> git.puffer.fish Git - mirror/frr.git/commit
lib: make hook.h cpp-compatible 6349/head
authorQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 5 May 2020 18:03:19 +0000 (14:03 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 5 May 2020 18:05:03 +0000 (14:05 -0400)
commite01a788c44cb99a259cda99ae147a93e6ec8e93d
tree6eea431cd5d39403b0987eac0aeccfd78152b19b
parent15e9c561b2a10e90b1370e7a8d43d02ffde9e61a
lib: make hook.h cpp-compatible

Some CPP compilers don't support these designated initializers, since
we're just zero initializing don't need em

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
lib/hook.h