]> xenbits.xensource.com Git - xcp/xen-api.git/commit
Add RPC client to use with rpc-light
authorRob Hoes <rob.hoes@citrix.com>
Wed, 26 Jan 2011 17:39:04 +0000 (17:39 +0000)
committerRob Hoes <rob.hoes@citrix.com>
Wed, 26 Jan 2011 17:39:04 +0000 (17:39 +0000)
commitc697b8d9fc5e528e2c4bf9018c3f18171433a937
tree6e3da21d7f5f440c2317c8a65effe2857fc89648
parentad60ce785d06b82e09aee936077470caa3cab7da
Add RPC client to use with rpc-light

The RPC client is placed next to the original XMLRPC client and does not replace it. It can, however, already be used by xapi's helper daemons.

This patch was originally written by Thomas Gazagnaire <thomas@gazagnaire.org>.

Signed-off-by: Rob Hoes <rob.hoes@citrix.com>
OMakeroot
ocaml/idl/ocaml_backend/META.in
ocaml/idl/ocaml_backend/OMakefile
ocaml/idl/ocaml_backend/rpc_client.ml [new file with mode: 0644]
ocaml/idl/ocaml_backend/rpc_client.mli [new file with mode: 0644]
ocaml/xapi/OMakefile