]> git.ipfire.org Git - thirdparty/lldpd.git/blobdiff - src/daemon/lldpd.h
netlink: handle blocking read from netlink socket
[thirdparty/lldpd.git] / src / daemon / lldpd.h
index 97306a2d47733e241d6ab512e0427b27df473f92..cf25dd678d379e6b8cb4e033e11aa8ca5cd68660 100644 (file)
@@ -127,6 +127,9 @@ void         levent_schedule_pdu(struct lldpd_hardware *);
 void    levent_schedule_cleanup(struct lldpd *);
 int     levent_make_socket_nonblocking(int);
 int     levent_make_socket_blocking(int);
+#ifdef HOST_OS_LINUX
+void    levent_recv_error(int, const char*);
+#endif
 
 /* lldp.c */
 int     lldp_send_shutdown(PROTO_SEND_SIG);