Convert shash users that don't use the 'data' value to sset instead.
authorBen Pfaff <blp@nicira.com>
Fri, 25 Mar 2011 22:26:30 +0000 (15:26 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 31 Mar 2011 23:42:01 +0000 (16:42 -0700)
commitb3c01ed3308e7899e98e981bf465f74be86f5f12
tree20103c6515c654382cc9b43ae0058b7393a0defb
parentf391294fde05ecae7c9a1ff8752f872a1db94f3a
Convert shash users that don't use the 'data' value to sset instead.

In each of the cases converted here, an shash was used simply to maintain
a set of strings, with the shash_nodes' 'data' values set to NULL.  This
commit converts them to use sset instead.
lib/dpif-linux.c
lib/fatal-signal.c
lib/netdev.c
ofproto/ofproto.c
ovsdb/ovsdb-server.c
utilities/ovs-vsctl.c
vswitchd/bridge.c