]> git.ozlabs.org Git - ccan/blobdiff - ccan/tdb2/test/external-agent.h
tdb2: unify tdb1_store into tdb_store
[ccan] / ccan / tdb2 / test / external-agent.h
index b5d6c31e1cfa5a875cc1187d28014d4dd8c7be5e..27316dde22ded3ec856cac317db4f045c3ef5836 100644 (file)
@@ -5,12 +5,14 @@
  * various times. */
 enum operation {
        OPEN,
+       OPEN_WITH_HOOK,
        FETCH,
        STORE,
        TRANSACTION_START,
        TRANSACTION_COMMIT,
        NEEDS_RECOVERY,
        CHECK,
+       SEND_SIGNAL,
        CLOSE,
 };