X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb%2Ftools%2Fkeywords.gperf;h=7b373912569d3bce67cd7e99e34d0ce09eab54e6;hp=005cb88eb978527a63163ab67ad7981446f8c6e3;hb=c693a0e25d2776d0f0faf715dc20230a56baddc3;hpb=4f148f842e1b61fe637200ab7bbc6d1b8f4338d1 diff --git a/ccan/tdb/tools/keywords.gperf b/ccan/tdb/tools/keywords.gperf index 005cb88e..7b373912 100644 --- a/ccan/tdb/tools/keywords.gperf +++ b/ccan/tdb/tools/keywords.gperf @@ -34,9 +34,9 @@ tdb_store, OP_TDB_STORE, op_add_store, tdb_append, OP_TDB_APPEND, op_add_append, tdb_get_seqnum, OP_TDB_GET_SEQNUM, op_add_seqnum, tdb_wipe_all, OP_TDB_WIPE_ALL, op_add_nothing, -tdb_transaction_start, OP_TDB_TRANSACTION_START, op_add_nothing, -tdb_transaction_cancel, OP_TDB_TRANSACTION_CANCEL, op_add_nothing, -tdb_transaction_commit, OP_TDB_TRANSACTION_COMMIT, op_add_nothing, +tdb_transaction_start, OP_TDB_TRANSACTION_START, op_add_transaction, +tdb_transaction_cancel, OP_TDB_TRANSACTION_CANCEL, op_analyze_transaction, +tdb_transaction_commit, OP_TDB_TRANSACTION_COMMIT, op_analyze_transaction, tdb_traverse_read_start, OP_TDB_TRAVERSE_READ_START, op_add_traverse, tdb_traverse_start, OP_TDB_TRAVERSE_START, op_add_traverse, tdb_traverse_end, OP_TDB_TRAVERSE_END, op_analyze_traverse,