summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2007-12-20 16:15:13 +0000
committerRichard W.M. Jones <rjones@redhat.com>2007-12-20 16:15:13 +0000
commit7f9aed96efa87b19dc150affca89a75e0cd40387 (patch)
tree280fb4345369807f707629fdb8dd91ab47cba33f /ChangeLog
parent38e7a75efaab8a6a709cbad8342bca4a45ead8cc (diff)
downloadvirt-top-7f9aed96efa87b19dc150affca89a75e0cd40387.tar.gz
virt-top-7f9aed96efa87b19dc150affca89a75e0cd40387.tar.xz
virt-top-7f9aed96efa87b19dc150affca89a75e0cd40387.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3247ca..6efd5eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-12-20 Richard Jones <rjones@redhat.com>
+
+ * 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 <rjones@redhat.com>
* libvirt/libvirt.mli, libvirt/libvirt.ml: New error numbers