From: Richard W.M. Jones Date: Tue, 17 May 2011 14:51:25 +0000 (+0100) Subject: generator: Mark wait_ready as deprecated. X-Git-Tag: 1.11.7~3 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=31de91f6d2605899b3a797b73b358eec9c0b1196 generator: Mark wait_ready as deprecated. The function has been a no op for a very long time. By marking it as deprecated we make it clear that you shouldn't call it in new code. --- diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index 5db24af..41a0167 100644 --- a/generator/generator_actions.ml +++ b/generator/generator_actions.ml @@ -113,7 +113,7 @@ using L. You should call this after configuring the handle (eg. adding drives) but before performing any actions."); - ("wait_ready", (RErr, [], []), -1, [NotInFish], + ("wait_ready", (RErr, [], []), -1, [NotInFish; DeprecatedBy "launch"], [], "wait until the qemu subprocess launches (no op)", "\