ovsdb: Implement C bindings for IDL.
authorBen Pfaff <blp@nicira.com>
Wed, 2 Dec 2009 19:26:15 +0000 (11:26 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 2 Dec 2009 19:26:15 +0000 (11:26 -0800)
commitc3bb4bd7f1d9c045a5e5d7062b09d4dac4e48195
tree6af7514be8253f5e0e2de7f2458bb90e1a4f0cc2
parent20bed8be2508ca7275b1167077f1aedfbcaa13fd
ovsdb: Implement C bindings for IDL.
15 files changed:
Makefile.am
lib/automake.mk
lib/ovsdb-idl-provider.h [new file with mode: 0644]
lib/ovsdb-idl.c [new file with mode: 0644]
lib/ovsdb-idl.h [new file with mode: 0644]
ovsdb/automake.mk
ovsdb/ovsdb-idlc.1
ovsdb/ovsdb-idlc.in
tests/automake.mk
tests/idltest.ovsidl [new file with mode: 0644]
tests/ovsdb-idl.at [new file with mode: 0644]
tests/ovsdb.at
tests/test-ovsdb.c
vswitchd/automake.mk
vswitchd/vswitch-idl.ovsidl [moved from vswitchd/vswitch.ovsidl with 99% similarity]