|
|
|
|
|
|
|
|
|
|
xen-devel
[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
0005-add-logs-ocaml-bindings.patch
Description: Text Data
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH 00/10][RFC][v2] merge ocaml xenstored and dependencies, Vincent Hanquez
- [Xen-devel] [PATCH 01/10] add ocaml mmap bindings implementation., Vincent Hanquez
- [Xen-devel] [PATCH 04/10] add uuid ocaml bindings, Vincent Hanquez
- [Xen-devel] [PATCH 05/10] add logs ocaml bindings,
Vincent Hanquez <=
- [Xen-devel] [PATCH 07/10] add compilation makefile to ocaml directory, Vincent Hanquez
- [Xen-devel] [PATCH 03/10] add XS ocaml bindings., Vincent Hanquez
- [Xen-devel] [PATCH 08/10] remove hook from external ocaml repository, Vincent Hanquez
- [Xen-devel] [PATCH 09/10] add ocaml tools to build if defined. default to n, Vincent Hanquez
- [Xen-devel] [PATCH 10/10] default ocaml tools config variable to y, Vincent Hanquez
- [Xen-devel] [PATCH 02/10] add ocaml XC bindings., Vincent Hanquez
- [Xen-devel] [PATCH 06/10] add ocaml xenstored, Vincent Hanquez
- Re: [Xen-devel] [PATCH 00/10][RFC][v2] merge ocaml xenstored and dependencies, Dulloor
|
|
|
|
|