From 7f9aed96efa87b19dc150affca89a75e0cd40387 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 20 Dec 2007 16:15:13 +0000 Subject: Enable multithreaded OCaml programs. * libvirt/libvirt_c.c: Use enter/leave_blocking_section around synchronous libvirt API calls, so that multithreaded OCaml programs can be used. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b3247ca..6efd5eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-12-20 Richard Jones + + * libvirt/libvirt_c.c: Use enter/leave_blocking_section around + synchronous libvirt API calls, so that multithreaded OCaml + programs can be used. + 2007-11-20 Richard Jones * libvirt/libvirt.mli, libvirt/libvirt.ml: New error numbers -- cgit