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)
commite317253b1391c7b0a84c8dd51eaf1f3cc16eff56
tree4f7b2c47fb7c6c29fb7c59965889fa83f0ceae95
parenta11f6164a801c093ef67b144167e55fc9e851626
ovsdb: Refactor jsonrpc-server to make the concept of a session public.

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.
ovsdb/automake.mk
ovsdb/jsonrpc-server.c
ovsdb/server.c [new file with mode: 0644]
ovsdb/server.h [new file with mode: 0644]
ovsdb/trigger.c
ovsdb/trigger.h
tests/test-ovsdb.c