ovsdb: New functions ovsdb_atom_default(), ovsdb_datum_default().
authorBen Pfaff <blp@nicira.com>
Mon, 12 Jul 2010 17:05:16 +0000 (10:05 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 12 Jul 2010 17:05:16 +0000 (10:05 -0700)
commit958ac03a3f785303399316eda76362d26adb09d4
tree2c90a0ec3fe68d62a8b354c577f716230bac65a6
parent5413de95bec046cff2cf72482d65f7fa435aa10e
ovsdb: New functions ovsdb_atom_default(), ovsdb_datum_default().

Having access to const copies of default atoms and data will allow OVSDB
code to avoid memory allocations and reduce copying in upcoming commits.
lib/ovsdb-data.c
lib/ovsdb-data.h
tests/ovsdb-data.at
tests/test-ovsdb.c