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.10.4~30 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=980b7525e6848266c8e718192762609341cab828;p=libguestfs.git 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. (cherry picked from commit 31de91f6d2605899b3a797b73b358eec9c0b1196) --- diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index c259d8e..27c497a 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)", "\