chiark / gitweb /
networkd: fix kernel rtnl receive buffer overrun error
[elogind.git] / src / systemd / sd-rtnl.h
index 0980de8e3fcb73aa397ccfb00b8bbabb69ddfcb5..95bdb1d3d6e6612339fb7baf77970c9203798d4b 100644 (file)
@@ -41,6 +41,7 @@ typedef int (*sd_rtnl_message_handler_t)(sd_rtnl *rtnl, sd_rtnl_message *m, void
 
 /* bus */
 int sd_rtnl_open(sd_rtnl **nl, unsigned n_groups, ...);
+int sd_rtnl_inc_rcvbuf(const sd_rtnl *const rtnl, const int size);
 
 sd_rtnl *sd_rtnl_ref(sd_rtnl *nl);
 sd_rtnl *sd_rtnl_unref(sd_rtnl *nl);