mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
ovsdb-idl: Add some more implementation comments.
I wrote this code and if I have to rediscover how it works, it's time to improve the commnts. Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Andy Zhou <azhou@ovn.org>
This commit is contained in:
@@ -88,8 +88,8 @@ struct ovsdb_idl {
|
||||
const struct ovsdb_idl_class *class;
|
||||
struct jsonrpc_session *session;
|
||||
struct uuid uuid;
|
||||
struct shash table_by_name;
|
||||
struct ovsdb_idl_table *tables; /* Contains "struct ovsdb_idl_table *"s.*/
|
||||
struct shash table_by_name; /* Contains "struct ovsdb_idl_table *"s.*/
|
||||
struct ovsdb_idl_table *tables; /* Array of ->class->n_tables elements. */
|
||||
unsigned int change_seqno;
|
||||
bool verify_write_only;
|
||||
|
||||
|
Reference in New Issue
Block a user