]> xenbits.xensource.com Git - xen.git/commit
ocaml: Add xenstored implementation.
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 6 May 2010 10:04:39 +0000 (11:04 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 6 May 2010 10:04:39 +0000 (11:04 +0100)
commitf44af660412c358c2fd8c9fd15496b4b6e0018d7
treed5bd373776217689d401d93d8d82d5c062d05fb8
parentea8ddf27e5c825229946a8e8b3e0f7ee28903983
ocaml: Add xenstored implementation.

Signed-off-by: Vincent Hanquez <vincent.hanquez@eu.citrix.com>
21 files changed:
tools/ocaml/xenstored/Makefile [new file with mode: 0644]
tools/ocaml/xenstored/config.ml [new file with mode: 0644]
tools/ocaml/xenstored/connection.ml [new file with mode: 0644]
tools/ocaml/xenstored/connections.ml [new file with mode: 0644]
tools/ocaml/xenstored/define.ml [new file with mode: 0644]
tools/ocaml/xenstored/disk.ml [new file with mode: 0644]
tools/ocaml/xenstored/domain.ml [new file with mode: 0644]
tools/ocaml/xenstored/domains.ml [new file with mode: 0644]
tools/ocaml/xenstored/event.ml [new file with mode: 0644]
tools/ocaml/xenstored/logging.ml [new file with mode: 0644]
tools/ocaml/xenstored/parse_arg.ml [new file with mode: 0644]
tools/ocaml/xenstored/perms.ml [new file with mode: 0644]
tools/ocaml/xenstored/process.ml [new file with mode: 0644]
tools/ocaml/xenstored/quota.ml [new file with mode: 0644]
tools/ocaml/xenstored/store.ml [new file with mode: 0644]
tools/ocaml/xenstored/symbol.ml [new file with mode: 0644]
tools/ocaml/xenstored/symbol.mli [new file with mode: 0644]
tools/ocaml/xenstored/transaction.ml [new file with mode: 0644]
tools/ocaml/xenstored/utils.ml [new file with mode: 0644]
tools/ocaml/xenstored/xenstored.conf [new file with mode: 0644]
tools/ocaml/xenstored/xenstored.ml [new file with mode: 0644]