X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fovsdb-idl.h;h=320a1efcdd0dff2cf3358704ec493b52a36431f2;hb=6197af6e4b9890f43380e0a0159886ba3275c75c;hp=e7ae6f1d4daa1c155fda32176a81b8ce4feb95d7;hpb=06b6d65132e54582031c8166c74725fc90239588;p=sliver-openvswitch.git diff --git a/lib/ovsdb-idl.h b/lib/ovsdb-idl.h index e7ae6f1d4..320a1efcd 100644 --- a/lib/ovsdb-idl.h +++ b/lib/ovsdb-idl.h @@ -120,9 +120,11 @@ enum ovsdb_idl_txn_status { TXN_INCOMPLETE, /* Commit in progress, please wait. */ TXN_ABORTED, /* ovsdb_idl_txn_abort() called. */ TXN_SUCCESS, /* Commit successful. */ - TXN_TRY_AGAIN, /* Commit failed because a "verify" operation + TXN_AGAIN_WAIT, /* Commit failed because a "verify" operation * reported an inconsistency, due to a network - * problem, or other transient failure. */ + * problem, or other transient failure. Wait + * for a change, then try again. */ + TXN_AGAIN_NOW, /* Same as above but try again immediately. */ TXN_NOT_LOCKED, /* Server hasn't given us the lock yet. */ TXN_ERROR /* Commit failed due to a hard error. */ };