Re: [ovs-dev] [sset 6/8] ovs-openflowd: Use sset in place of svec.
Looks Good. On Fri, Mar 25, 2011 at 3:40 PM, Ben Pfaff wrote: > Also deletes svec_split() since this was the only user. > --- > lib/svec.c | 18 +-- > lib/svec.h | 3 +- > utilities/ovs-openflowd.c | 74 ++-- >
[ovs-dev] [sset 6/8] ovs-openflowd: Use sset in place of svec.
Also deletes svec_split() since this was the only user. --- lib/svec.c| 18 +-- lib/svec.h|3 +- utilities/ovs-openflowd.c | 74 ++-- 3 files changed, 46 insertions(+), 49 deletions(-) diff --git a/lib/svec.c