From 3b3bad07f7d42d7341a98b254f5a723d7f03ca5d Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 1 Nov 2018 09:29:07 -0700 Subject: osvdb: Add some helpful comments. Signed-off-by: Ben Pfaff Acked-by: Justin Pettit --- ovsdb/row.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ovsdb/row.h') 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. */ -- cgit v1.2.1