X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fdpif.h;h=0e0f407c3244f8abdac5478744874e5630cefdff;hb=67a51a1d851df25eebc676cf24bbb0f821d1c736;hp=8872a2ef76bee4c9ac8acf9f7b7ab736650a5be7;hpb=7aec165dbc4690c8c2c703d142e2f017bb851d31;p=openvswitch diff --git a/lib/dpif.h b/lib/dpif.h index 8872a2ef..0e0f407c 100644 --- a/lib/dpif.h +++ b/lib/dpif.h @@ -34,7 +34,7 @@ struct ds; struct netdev; struct nlattr; struct ofpbuf; -struct svec; +struct sset; struct dpif_class; void dp_run(void); @@ -42,9 +42,9 @@ void dp_wait(void); int dp_register_provider(const struct dpif_class *); int dp_unregister_provider(const char *type); -void dp_enumerate_types(struct svec *types); +void dp_enumerate_types(struct sset *types); -int dp_enumerate_names(const char *type, struct svec *names); +int dp_enumerate_names(const char *type, struct sset *names); void dp_parse_name(const char *datapath_name, char **name, char **type); int dpif_open(const char *name, const char *type, struct dpif **);