search for: guestfs__send

Displaying 1 result from an estimated 1 matches for "guestfs__send".

Did you mean: guestfs___send
2009 Sep 14
3
[PATCH REBASED] Remove main loop
...ot;; - pr "\n"; - pr " memset (&ctx, 0, sizeof ctx);\n"; + pr " guestfs___set_busy (g);\n"; pr "\n"; (* Send the main header and arguments. *) (match snd style with | [] -> - pr " serial = guestfs__send_sync (g, GUESTFS_PROC_%s, NULL, NULL);\n" + pr " serial = guestfs___send (g, GUESTFS_PROC_%s, NULL, NULL);\n" (String.uppercase shortname) | args -> List.iter ( @@ -4859,13 +4772,13 @@ check_state (guestfs_h *g, const char *caller)...