ovs-vsctl: Allow commands to tell ovs-vsctl to try again later.
authorBen Pfaff <blp@nicira.com>
Thu, 24 Jun 2010 18:01:53 +0000 (11:01 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 29 Jun 2010 16:33:13 +0000 (09:33 -0700)
commit87b23a01ed618392a14538db136fb06e00f4bdbf
tree2a3b9655d3d4e4cc78313081813384c4d517a2d9
parent366d78fd926e3d7f2b78ec8cf63dbab72fa9c8b7
ovs-vsctl: Allow commands to tell ovs-vsctl to try again later.

The "wait-until" command to be introduced in an upcoming commit needs to
be able to tell the ovs-vsctl main loop to try again later, since the
condition that it is looking for has not yet been satisfied.  This commit
adds the infrastructure for this.  (It's being broken out into a separate
commit because it modifies scattered code in ovs-vsctl.c and thus might
be easier to review this way.)
utilities/ovs-vsctl.c