lib: Utilize smaps in the idl.
authorEthan Jackson <ethan@nicira.com>
Tue, 22 May 2012 08:53:07 +0000 (01:53 -0700)
committerEthan Jackson <ethan@nicira.com>
Thu, 14 Jun 2012 23:41:44 +0000 (16:41 -0700)
String to string maps are used all over the Open vSwitch database.
Before this patch, they were implemented in the idl as parallel
string arrays.  This strategy has proven a bit cumbersome.  With
this patch, string to string maps are implemented using the smap
library.

Signed-off-by: Ethan Jackson <ethan@nicira.com>

No differences found