X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=interface.h;h=0e58f69c26e0c31c62cf1b0262d664d771873db8;hp=d35fd98a971630d94f231f0364e90d6f617c502b;hb=d397e8ca5dd492a1fac2e186e2a8b91ac8e463df;hpb=11cb9cfbb088740ee7ee5e6c6b661958c0f962cb;ds=sidebyside diff --git a/interface.h b/interface.h index d35fd98..0e58f69 100644 --- a/interface.h +++ b/interface.h @@ -23,6 +23,7 @@ struct interface_proto_state; enum interface_event { IFEV_DOWN, IFEV_UP, + IFEV_UP_FAILED, IFEV_UPDATE, IFEV_FREE, IFEV_RELOAD,