ovsdb-idl: Optimize lookup of struct idl_table from struct idl_table_class.
authorBen Pfaff <blp@nicira.com>
Fri, 4 Dec 2009 22:55:24 +0000 (14:55 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 4 Dec 2009 23:08:07 +0000 (15:08 -0800)
commit115f1e4dc5728b1ab7c7100ebc7a47d13b3df9a3
treebb75d5b3958313439bc88fa0c5c5904eddb8c1ba
parent195b5c3563ed4ab580eed37ee2fd6a10d210012b
ovsdb-idl: Optimize lookup of struct idl_table from struct idl_table_class.

Before, the idl_table could only be obtained through a hash lookup of a
string.  This way is faster and more straightforward.
lib/ovsdb-idl.c