summaryrefslogtreecommitdiff
path: root/ovsdb/row.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2018-11-01 09:29:07 -0700
committerBen Pfaff <blp@ovn.org>2018-12-03 12:57:48 -0800
commit3b3bad07f7d42d7341a98b254f5a723d7f03ca5d (patch)
tree28f4c5c62aae403238080657f731aae9f5a43240 /ovsdb/row.h
parentc332ed151a78c0c05d6d655e19f1d72f69c5b1a6 (diff)
downloadopenvswitch-3b3bad07f7d42d7341a98b254f5a723d7f03ca5d.tar.gz
osvdb: Add some helpful comments.
Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Justin Pettit <jpettit@ovn.org>
Diffstat (limited to 'ovsdb/row.h')
-rw-r--r--ovsdb/row.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ovsdb/row.h b/ovsdb/row.h
index 5f0b8a7ba..2c441b5a4 100644
--- a/ovsdb/row.h
+++ b/ovsdb/row.h
@@ -49,7 +49,7 @@ struct ovsdb_row {
struct ovsdb_table *table; /* Table to which this belongs. */
struct ovsdb_txn_row *txn_row; /* Transaction that row is in, if any. */
- /* Weak references. */
+ /* Weak references. Updated and checked only at transaction commit. */
struct ovs_list src_refs; /* Weak references from this row. */
struct ovs_list dst_refs; /* Weak references to this row. */