summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlibvirt/generator.pl16
1 files 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",