X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fdpif-provider.h;h=4d367530e3c220785c2b30edf7a8aa0ef97ed357;hb=d4da3acc2a788d1c1b78c0bea6399660c7851f4a;hp=91074d507fdb8d8ef497aaf7d305a1507f606d27;hpb=7aec165dbc4690c8c2c703d142e2f017bb851d31;p=openvswitch diff --git a/lib/dpif-provider.h b/lib/dpif-provider.h index 91074d50..4d367530 100644 --- a/lib/dpif-provider.h +++ b/lib/dpif-provider.h @@ -86,7 +86,7 @@ struct dpif_class { * * Some kinds of datapaths might not be practically enumerable, in which * case this function may be a null pointer. */ - int (*enumerate)(struct svec *all_dps); + int (*enumerate)(struct sset *all_dps); /* Attempts to open an existing dpif called 'name', if 'create' is false, * or to open an existing dpif or create a new one, if 'create' is true.