diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-08 20:26:35 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-08 20:26:35 +0100 |
commit | 94050e0344685b6916e21581e618ad3e85795008 (patch) | |
tree | aa86daf806029bded8a9e88b18be34633d403664 /ocaml/guestfs_c_actions.c | |
parent | b5ff6816face6f8c1700d4f1df752c710620ff95 (diff) | |
download | libguestfs-94050e0344685b6916e21581e618ad3e85795008.tar.gz libguestfs-94050e0344685b6916e21581e618ad3e85795008.tar.xz libguestfs-94050e0344685b6916e21581e618ad3e85795008.zip |
Many non-daemon functions are now auto-generated.
Diffstat (limited to 'ocaml/guestfs_c_actions.c')
-rw-r--r-- | ocaml/guestfs_c_actions.c | 116 |
1 files changed, 106 insertions, 10 deletions
diff --git a/ocaml/guestfs_c_actions.c b/ocaml/guestfs_c_actions.c index b22e4d6e..c1b42078 100644 --- a/ocaml/guestfs_c_actions.c +++ b/ocaml/guestfs_c_actions.c @@ -34,7 +34,7 @@ #include "guestfs_c.h" CAMLprim value -ocaml_guestfs_cat (value hv /* XXX */) +ocaml_guestfs_launch (value hv /* XXX */) { CAMLparam1 (hv); /* XXX */ /* XXX write something here */ @@ -42,7 +42,7 @@ ocaml_guestfs_cat (value hv /* XXX */) } CAMLprim value -ocaml_guestfs_list_devices (value hv /* XXX */) +ocaml_guestfs_wait_ready (value hv /* XXX */) { CAMLparam1 (hv); /* XXX */ /* XXX write something here */ @@ -50,7 +50,7 @@ ocaml_guestfs_list_devices (value hv /* XXX */) } CAMLprim value -ocaml_guestfs_list_partitions (value hv /* XXX */) +ocaml_guestfs_kill_subprocess (value hv /* XXX */) { CAMLparam1 (hv); /* XXX */ /* XXX write something here */ @@ -58,7 +58,7 @@ ocaml_guestfs_list_partitions (value hv /* XXX */) } CAMLprim value -ocaml_guestfs_ll (value hv /* XXX */) +ocaml_guestfs_add_drive (value hv /* XXX */) { CAMLparam1 (hv); /* XXX */ /* XXX write something here */ @@ -66,7 +66,7 @@ ocaml_guestfs_ll (value hv /* XXX */) } CAMLprim value -ocaml_guestfs_ls (value hv /* XXX */) +ocaml_guestfs_add_cdrom (value hv /* XXX */) { CAMLparam1 (hv); /* XXX */ /* XXX write something here */ @@ -74,7 +74,7 @@ ocaml_guestfs_ls (value hv /* XXX */) } CAMLprim value -ocaml_guestfs_lvs (value hv /* XXX */) +ocaml_guestfs_config (value hv /* XXX */) { CAMLparam1 (hv); /* XXX */ /* XXX write something here */ @@ -82,7 +82,7 @@ ocaml_guestfs_lvs (value hv /* XXX */) } CAMLprim value -ocaml_guestfs_lvs_full (value hv /* XXX */) +ocaml_guestfs_set_path (value hv /* XXX */) { CAMLparam1 (hv); /* XXX */ /* XXX write something here */ @@ -90,7 +90,7 @@ ocaml_guestfs_lvs_full (value hv /* XXX */) } CAMLprim value -ocaml_guestfs_mount (value hv /* XXX */) +ocaml_guestfs_get_path (value hv /* XXX */) { CAMLparam1 (hv); /* XXX */ /* XXX write something here */ @@ -98,7 +98,7 @@ ocaml_guestfs_mount (value hv /* XXX */) } CAMLprim value -ocaml_guestfs_pvs (value hv /* XXX */) +ocaml_guestfs_set_autosync (value hv /* XXX */) { CAMLparam1 (hv); /* XXX */ /* XXX write something here */ @@ -106,7 +106,31 @@ ocaml_guestfs_pvs (value hv /* XXX */) } CAMLprim value -ocaml_guestfs_pvs_full (value hv /* XXX */) +ocaml_guestfs_get_autosync (value hv /* XXX */) +{ + CAMLparam1 (hv); /* XXX */ +/* XXX write something here */ + CAMLreturn (Val_unit); /* XXX */ +} + +CAMLprim value +ocaml_guestfs_set_verbose (value hv /* XXX */) +{ + CAMLparam1 (hv); /* XXX */ +/* XXX write something here */ + CAMLreturn (Val_unit); /* XXX */ +} + +CAMLprim value +ocaml_guestfs_get_verbose (value hv /* XXX */) +{ + CAMLparam1 (hv); /* XXX */ +/* XXX write something here */ + CAMLreturn (Val_unit); /* XXX */ +} + +CAMLprim value +ocaml_guestfs_mount (value hv /* XXX */) { CAMLparam1 (hv); /* XXX */ /* XXX write something here */ @@ -130,6 +154,54 @@ ocaml_guestfs_touch (value hv /* XXX */) } CAMLprim value +ocaml_guestfs_cat (value hv /* XXX */) +{ + CAMLparam1 (hv); /* XXX */ +/* XXX write something here */ + CAMLreturn (Val_unit); /* XXX */ +} + +CAMLprim value +ocaml_guestfs_ll (value hv /* XXX */) +{ + CAMLparam1 (hv); /* XXX */ +/* XXX write something here */ + CAMLreturn (Val_unit); /* XXX */ +} + +CAMLprim value +ocaml_guestfs_ls (value hv /* XXX */) +{ + CAMLparam1 (hv); /* XXX */ +/* XXX write something here */ + CAMLreturn (Val_unit); /* XXX */ +} + +CAMLprim value +ocaml_guestfs_list_devices (value hv /* XXX */) +{ + CAMLparam1 (hv); /* XXX */ +/* XXX write something here */ + CAMLreturn (Val_unit); /* XXX */ +} + +CAMLprim value +ocaml_guestfs_list_partitions (value hv /* XXX */) +{ + CAMLparam1 (hv); /* XXX */ +/* XXX write something here */ + CAMLreturn (Val_unit); /* XXX */ +} + +CAMLprim value +ocaml_guestfs_pvs (value hv /* XXX */) +{ + CAMLparam1 (hv); /* XXX */ +/* XXX write something here */ + CAMLreturn (Val_unit); /* XXX */ +} + +CAMLprim value ocaml_guestfs_vgs (value hv /* XXX */) { CAMLparam1 (hv); /* XXX */ @@ -138,6 +210,22 @@ ocaml_guestfs_vgs (value hv /* XXX */) } CAMLprim value +ocaml_guestfs_lvs (value hv /* XXX */) +{ + CAMLparam1 (hv); /* XXX */ +/* XXX write something here */ + CAMLreturn (Val_unit); /* XXX */ +} + +CAMLprim value +ocaml_guestfs_pvs_full (value hv /* XXX */) +{ + CAMLparam1 (hv); /* XXX */ +/* XXX write something here */ + CAMLreturn (Val_unit); /* XXX */ +} + +CAMLprim value ocaml_guestfs_vgs_full (value hv /* XXX */) { CAMLparam1 (hv); /* XXX */ @@ -145,3 +233,11 @@ ocaml_guestfs_vgs_full (value hv /* XXX */) CAMLreturn (Val_unit); /* XXX */ } +CAMLprim value +ocaml_guestfs_lvs_full (value hv /* XXX */) +{ + CAMLparam1 (hv); /* XXX */ +/* XXX write something here */ + CAMLreturn (Val_unit); /* XXX */ +} + |