X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fofproto.h;h=20335a2eb748aa585702e1f94c7d7d845df19b70;hb=11a574a737fa506c8e66c7bd42fa3186e70c286f;hp=96dde6a852a8405aa55ec837103d409d83e6689a;hpb=e8f2a2a2fa62fcab47f7f9691e2fd64690d9e950;p=openvswitch diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h index 96dde6a8..20335a2e 100644 --- a/ofproto/ofproto.h +++ b/ofproto/ofproto.h @@ -154,6 +154,10 @@ 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, struct ofproto **ofprotop); void ofproto_destroy(struct ofproto *);