X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=interface.h;h=bfdc28e4c7d8309bae0abcb44805d7cfcf42eece;hp=e89db701ecf36cdb5c4be43ce0f35c56eba8a80f;hb=e64619267d7b4e5f5fec57718c0e11e7844dc9ee;hpb=49ffd290f273417c62e395cbbcb65ab7d75cd36a diff --git a/interface.h b/interface.h index e89db70..bfdc28e 100644 --- a/interface.h +++ b/interface.h @@ -10,6 +10,8 @@ struct interface_proto_state; enum interface_event { IFEV_DOWN, IFEV_UP, + IFEV_FREE, + IFEV_RELOAD, }; enum interface_state { @@ -137,9 +139,6 @@ int interface_add_data(struct interface *iface, const struct blob_attr *data); void interface_update_start(struct interface *iface); void interface_update_complete(struct interface *iface); -void interface_queue_event(struct interface *iface, enum interface_event ev); -void interface_dequeue_event(struct interface *iface); - void interface_start_pending(void); #endif