[libvirt] ocaml: prototype bindings for event callbacks

2013-03-27 Thread David Scott
Hi, I've made an prototype set of ocaml bindings for the libvirt event mechanism -- here is what I've got so far. It's possible to register for all the types supported by virConnectDomainEventRegisterAny I've not tested each type of event yet, but the basics are all working. For every

Re: [libvirt] ocaml: prototype bindings for event callbacks

2013-03-27 Thread Richard W.M. Jones
On Wed, Mar 27, 2013 at 04:59:29PM +, David Scott wrote: Hi, I've made an prototype set of ocaml bindings for the libvirt event mechanism -- here is what I've got so far. It's possible to register for all the types supported by virConnectDomainEventRegisterAny I've not tested