summaryrefslogtreecommitdiff
path: root/ovsdb/row.h
diff options
context:
space:
mode:
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. */