diff options
author | Steven Barth <steven@midlink.org> | 2015-11-16 12:10:24 +0100 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-11-16 12:10:52 +0100 |
commit | e60710d1fe0c5bf19b9acf9b116e0645e8e114d1 (patch) | |
tree | 9a3c3c9f8269d5f918d69aa34a428826850144f9 /src/odhcpd.h | |
parent | aa3a13659ad6d2934f31e47a805b462269645f2d (diff) |
Handle netlink ENOBUFS events
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r-- | src/odhcpd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/odhcpd.h b/src/odhcpd.h index 81f4bee..fd43dfe 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -62,6 +62,7 @@ struct odhcpd_event { struct uloop_fd uloop; void (*handle_dgram)(void *addr, void *data, size_t len, struct interface *iface, void *dest_addr); + void (*handle_error)(int error); }; |