mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
generator: Allow String(GUID) parameter in daemon OCaml bindings
(cherry picked from commit 53eb96099a)
This commit is contained in:
@@ -793,7 +793,7 @@ let generate_daemon_caml_stubs () =
|
||||
| Bool n -> pr "Val_bool (%s)" n
|
||||
| Int n -> pr "Val_int (%s)" n
|
||||
| Int64 n -> pr "caml_copy_int64 (%s)" n
|
||||
| String ((PlainString|Device|Pathname|Dev_or_Path|Key), n) ->
|
||||
| String ((PlainString|Device|Pathname|Dev_or_Path|Key|GUID), n) ->
|
||||
pr "caml_copy_string (%s)" n
|
||||
| String ((Mountable|Mountable_or_Path), n) ->
|
||||
pr "guestfs_int_daemon_copy_mountable (%s)" n
|
||||
|
||||
Reference in New Issue
Block a user