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)
commitf391294fde05ecae7c9a1ff8752f872a1db94f3a
treeb5c89904ff893ca3348c5f231d3cbd158d5856fb
parent4f168c2c3b59f7fe405564188624132277e37ffc
sset: New data type for a set of strings.

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.
lib/automake.mk
lib/sset.c [new file with mode: 0644]
lib/sset.h [new file with mode: 0644]