system-stats: Use "smap" instead of "shash".
authorBen Pfaff <blp@nicira.com>
Wed, 18 Jul 2012 17:51:02 +0000 (10:51 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 18 Jul 2012 17:51:02 +0000 (10:51 -0700)
commit57c8677b511908b3120df3cbf44244423cfefc34
tree1770ef8c0a4335de9244315e94f59c20b8b3c855
parent51c82a49d58daebe289e045fe44009d59b1f9236
system-stats: Use "smap" instead of "shash".

"smap" is now the appropriate data structure for a string-to-string map.

Also changes ovsdb_datum_from_shash() into ovsdb_datum_from_smap() since
system-stats related code was the only client.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/ovsdb-data.c
lib/ovsdb-data.h
lib/smap.c
lib/smap.h
vswitchd/bridge.c
vswitchd/system-stats.c
vswitchd/system-stats.h