sset: New data type for a set of strings.
authorBen Pfaff <blp@nicira.com>
Wed, 30 Mar 2011 20:44:10 +0000 (13:44 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 31 Mar 2011 23:42:01 +0000 (16:42 -0700)
Many uses of "shash" or "svec" data structures really call for a "set of
strings" data type.  This commit introduces such a data structure.  Later
commits convert inappropriate uses of shash and svec to use sset instead.


No differences found