X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2Fgenerator.ml;h=32537df734c7d9b2db5592005658df143f792dae;hp=433c60adaa07c6307c06ae3c54d3d43941c5388f;hb=13432f02ca29eecaa61c8d66c7c52f9b70b2b3be;hpb=02ae70474d418b202b6a8411daa54f8dfc790206 diff --git a/src/generator.ml b/src/generator.ml index 433c60a..32537df 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -3569,6 +3569,19 @@ This loads a kernel module in the appliance. The kernel module must have been whitelisted when libguestfs was built (see C in the source)."); + ("echo_daemon", (RString "output", [StringList "words"]), 195, [], + [InitNone, Always, TestOutput ( + [["echo_daemon"; "This is a test"]], "This is a test" + )], + "echo arguments back to the client", + "\ +This command concatenate the list of C passed with single spaces between +them and returns the resulting string. + +You can use this command to test the connection through to the daemon. + +See also C."); + ] let all_functions = non_daemon_functions @ daemon_functions