Implement JSON-RPC protocol.
authorBen Pfaff <blp@nicira.com>
Mon, 26 Oct 2009 22:04:05 +0000 (15:04 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 4 Nov 2009 23:24:40 +0000 (15:24 -0800)
commitf212909325be9bc7e296e1a32e2fc89694a0049f
tree27bc021a3aa57d60fc62a2d8bd94257cc01cfa4f
parent1c617a495fdc6bb91e29bf00df4c837f63d63199
Implement JSON-RPC protocol.
lib/automake.mk
lib/jsonrpc.c [new file with mode: 0644]
lib/jsonrpc.h [new file with mode: 0644]
lib/vlog-modules.def
tests/automake.mk
tests/jsonrpc.at [new file with mode: 0644]
tests/test-json.c
tests/test-jsonrpc.c [new file with mode: 0644]
tests/testsuite.at