ovsdb-idl: Improve ovsdb_idl_add_table() comment.
authorAymerich, Edward <edward.aymerich@hpe.com>
Fri, 27 Nov 2015 16:57:07 +0000 (16:57 +0000)
committerBen Pfaff <blp@ovn.org>
Mon, 30 Nov 2015 18:53:15 +0000 (10:53 -0800)
commitcd26c1dc415fe492fb5d14443a249f5485ad24bf
treed3a795d4870ae8b86e3663a58688cf09b8283e60
parent0b41113701e9d2c80e8621f3b98641402ba39b2b
ovsdb-idl: Improve ovsdb_idl_add_table() comment.

The new comment reflects with more clarity what ovsdb_idl_add_table() does.
Previous comment could be misunderstood, leading to believe that this function
replicates all columns on IDL. Hopefully this fix clarifies that columns are
not replicated, just minimal data for reference integrity is replicated.
A comment in ovsdb_idl_table_class is also modified to better reflect this
behaviour.

Signed-off-by: Edward Aymerich <edward.aymerich@hpe.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
AUTHORS
lib/ovsdb-idl-provider.h
lib/ovsdb-idl.c