From 5f54fd1bd538422e500e4a026e73ec3b04abaf2b Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Notes. --- libvirt/generator.pl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/libvirt/generator.pl b/libvirt/generator.pl index fa7f5bc..2c5ff1e 100755 --- a/libvirt/generator.pl +++ b/libvirt/generator.pl @@ -117,18 +117,18 @@ my @unimplemented = ( "ocaml_libvirt_connect_create_linux_job", "ocaml_libvirt_network_create_job", "ocaml_libvirt_network_create_xml_job", - "ocaml_libvirt_storage_pool_set_autostart", - "ocaml_libvirt_storage_pool_get_autostart", + "ocaml_libvirt_storage_pool_set_autostart", #? + "ocaml_libvirt_storage_pool_get_autostart", #? "ocaml_libvirt_storage_pool_get_info", - "ocaml_libvirt_storage_pool_get_uuid_string", - "ocaml_libvirt_storage_pool_get_uuid", - "ocaml_libvirt_storage_pool_free", - "ocaml_libvirt_storage_pool_destroy", + "ocaml_libvirt_storage_pool_get_uuid_string", #? + "ocaml_libvirt_storage_pool_get_uuid", #? + "ocaml_libvirt_storage_pool_free", #? + "ocaml_libvirt_storage_pool_destroy", #? "ocaml_libvirt_storage_pool_define_xml", "ocaml_libvirt_storage_pool_create_xml", "ocaml_libvirt_storage_pool_lookup_by_uuid", - "ocaml_libvirt_storage_vol_free", - "ocaml_libvirt_storage_vol_destroy", + "ocaml_libvirt_storage_vol_free", #? + "ocaml_libvirt_storage_vol_destroy", #? "ocaml_libvirt_storage_vol_create_xml", "ocaml_libvirt_storage_vol_get_info", "ocaml_libvirt_pool_of_volume", -- 1.8.3.1