X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto.h;h=63ae793a5e1bdb6b7b88d3c0c381e38e6e94d716;hb=a6b7506dab305d91fc5f2ac6416a714e5fa09dd4;hp=d6ab1ae56738d0cfeecf96305902727a0b792054;hpb=d7285d74b780e526aef4cb5c322c88ad8de927c5;p=sliver-openvswitch.git diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h index d6ab1ae56..63ae793a5 100644 --- a/ofproto/ofproto.h +++ b/ofproto/ofproto.h @@ -165,7 +165,6 @@ struct iface_hint { void ofproto_init(const struct shash *iface_hints); int ofproto_type_run(const char *datapath_type); -int ofproto_type_run_fast(const char *datapath_type); void ofproto_type_wait(const char *datapath_type); int ofproto_create(const char *datapath, const char *datapath_type, @@ -174,7 +173,6 @@ void ofproto_destroy(struct ofproto *); int ofproto_delete(const char *name, const char *type); int ofproto_run(struct ofproto *); -int ofproto_run_fast(struct ofproto *); void ofproto_wait(struct ofproto *); bool ofproto_is_alive(const struct ofproto *);