simap: New data structure for string-to-integer maps.
authorBen Pfaff <blp@nicira.com>
Tue, 22 May 2012 17:32:02 +0000 (10:32 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 22 May 2012 17:32:02 +0000 (10:32 -0700)
commit44bac24ba5d22fe238bd96702707eb2029efec41
tree4e0f353c178283acffa051c5a8272239bf41652f
parentb54c9e972e74ed51ce8a6d0a071f253f48432d6c
simap: New data structure for string-to-integer maps.

This commit adapts a couple of existing pieces of code to use the
new data structure.  The following commit will add another user
(which is also the first use of the simap_increas() function).

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/automake.mk
lib/learning-switch.c
lib/learning-switch.h
lib/odp-util.c
lib/odp-util.h
lib/simap.c [new file with mode: 0644]
lib/simap.h [new file with mode: 0644]
utilities/ovs-controller.c
utilities/ovs-dpctl.c