X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fodhcpd.git;a=blobdiff_plain;f=src%2Fodhcpd.h;h=b2b38dc8d47387dbd693bc22f4f87e6671db9796;hp=64ffca2801999bd1c3e1a8b98e650ae383c3b218;hb=1bbf34a1df3e16865b3b9330b338952076bc26f9;hpb=7fb8ef575d019796b212824a706b0ea5c6bdffaa diff --git a/src/odhcpd.h b/src/odhcpd.h index 64ffca2..b2b38dc 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -61,7 +61,7 @@ extern struct list_head leases; struct odhcpd_event { struct uloop_fd uloop; void (*handle_dgram)(void *addr, void *data, size_t len, - struct interface *iface); + struct interface *iface, void *dest_addr); }; @@ -165,6 +165,8 @@ struct interface { char *upstream; size_t upstream_len; + + char *filter_class; }; extern struct list_head interfaces;