]> git.puffer.fish Git - mirror/frr.git/commit
lib: Breakout sendmmsg into it's own header
authorDonald Sharp <sharpd@nvidia.com>
Thu, 4 Jan 2024 18:55:09 +0000 (13:55 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 4 Jan 2024 18:56:09 +0000 (13:56 -0500)
commit10387101fecf4956db38945655aa291aec63d9f7
treea11d16483b1dca739182b944ea712ce3002c9f21
parent4e249eb2e4f689d26d4ded79213dd7c2bdd6877f
lib: Breakout sendmmsg into it's own header

The only 2 places sendmmsg is used is in zlog_5424.c
and zlog_live.c.  Why is the rest of the entire system
paying for this compilation?

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
lib/frrsendmmsg.h [new file with mode: 0644]
lib/subdir.am
lib/zebra.h
lib/zlog_5424.c
lib/zlog_live.c