]> git.ozlabs.org Git - ccan/commitdiff
Belated checkin of keywords.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 13 Jul 2009 02:06:50 +0000 (11:36 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 13 Jul 2009 02:06:50 +0000 (11:36 +0930)
ccan/tdb/tools/keywords.c
ccan/tdb/tools/keywords.gperf

index cfe445bdeb457c374b364f56946f6afe1cfe6c11..ea0a854a33a55c11a72af68cac529069fb3b81b0 100644 (file)
@@ -139,16 +139,16 @@ find_keyword (register const char *str, register unsigned int len)
 #line 42 "keywords.gperf"
       {"tdb_traverse_end", OP_TDB_TRAVERSE_END, op_analyze_traverse,},
 #line 38 "keywords.gperf"
 #line 42 "keywords.gperf"
       {"tdb_traverse_end", OP_TDB_TRAVERSE_END, op_analyze_traverse,},
 #line 38 "keywords.gperf"
-      {"tdb_transaction_cancel", OP_TDB_TRANSACTION_CANCEL, op_add_nothing,},
+      {"tdb_transaction_cancel", OP_TDB_TRANSACTION_CANCEL, op_analyze_transaction,},
 #line 41 "keywords.gperf"
       {"tdb_traverse_start", OP_TDB_TRAVERSE_START, op_add_traverse,},
       {""},
 #line 34 "keywords.gperf"
       {"tdb_append", OP_TDB_APPEND, op_add_append,},
 #line 37 "keywords.gperf"
 #line 41 "keywords.gperf"
       {"tdb_traverse_start", OP_TDB_TRAVERSE_START, op_add_traverse,},
       {""},
 #line 34 "keywords.gperf"
       {"tdb_append", OP_TDB_APPEND, op_add_append,},
 #line 37 "keywords.gperf"
-      {"tdb_transaction_start", OP_TDB_TRANSACTION_START, op_add_nothing,},
+      {"tdb_transaction_start", OP_TDB_TRANSACTION_START, op_add_transaction,},
 #line 39 "keywords.gperf"
 #line 39 "keywords.gperf"
-      {"tdb_transaction_commit", OP_TDB_TRANSACTION_COMMIT, op_add_nothing,},
+      {"tdb_transaction_commit", OP_TDB_TRANSACTION_COMMIT, op_analyze_transaction,},
 #line 40 "keywords.gperf"
       {"tdb_traverse_read_start", OP_TDB_TRAVERSE_READ_START, op_add_traverse,},
       {""}, {""},
 #line 40 "keywords.gperf"
       {"tdb_traverse_read_start", OP_TDB_TRAVERSE_READ_START, op_add_traverse,},
       {""}, {""},
index 005cb88eb978527a63163ab67ad7981446f8c6e3..7b373912569d3bce67cd7e99e34d0ce09eab54e6 100644 (file)
@@ -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_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,
 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,