ovsdb: Refactor jsonrpc-server to make the concept of a session public.
authorBen Pfaff <blp@nicira.com>
Tue, 26 Jul 2011 17:17:36 +0000 (10:17 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 26 Jul 2011 23:50:09 +0000 (16:50 -0700)
An upcoming commit will need to expose the concept of a database session
to the execution engine, to allow the execution engine to query the locks
held by the session.  This commit prepares for that by making sessions a
publicly visible data structure.


No differences found