[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 05/10] add logs ocaml bindings
Signed-off-by: Vincent Hanquez <vincent.hanquez@xxxxxxxxxxxxx> --- tools/ocaml/libs/log/META.in | 4 + tools/ocaml/libs/log/Makefile | 41 ++++++ tools/ocaml/libs/log/log.ml | 258 +++++++++++++++++++++++++++++++++++ tools/ocaml/libs/log/log.mli | 55 ++++++++ tools/ocaml/libs/log/logs.ml | 197 ++++++++++++++++++++++++++ tools/ocaml/libs/log/logs.mli | 46 ++++++ tools/ocaml/libs/log/syslog.ml | 26 ++++ tools/ocaml/libs/log/syslog.mli | 41 ++++++ tools/ocaml/libs/log/syslog_stubs.c | 73 ++++++++++ 9 files changed, 741 insertions(+), 0 deletions(-) create mode 100644 tools/ocaml/libs/log/META.in create mode 100644 tools/ocaml/libs/log/Makefile create mode 100644 tools/ocaml/libs/log/log.ml create mode 100644 tools/ocaml/libs/log/log.mli create mode 100644 tools/ocaml/libs/log/logs.ml create mode 100644 tools/ocaml/libs/log/logs.mli create mode 100644 tools/ocaml/libs/log/syslog.ml create mode 100644 tools/ocaml/libs/log/syslog.mli create mode 100644 tools/ocaml/libs/log/syslog_stubs.c Attachment:
0005-add-logs-ocaml-bindings.patch _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |