]> pd.if.org Git - nbds/blobdiff - include/txn.h
add to txn test
[nbds] / include / txn.h
index 51db400e80b520567c1c1f8fb5db07cb2f67a2f1..b2d6a1027cbd2d5a1591bc0fd6bf1c20a379be4a 100644 (file)
@@ -13,7 +13,7 @@ typedef enum { TXN_RUNNING, TXN_VALIDATING, TXN_VALIDATED, TXN_ABORTED } txn_sta
 
 typedef struct txn txn_t;
 
-txn_t *     txn_begin  (txn_access_e access, txn_isolation_e isolation, map_type_t map_type);
+txn_t *     txn_begin  (txn_access_e access, txn_isolation_e isolation, map_t *map);
 void        txn_abort  (txn_t *txn);
 txn_state_e txn_commit (txn_t *txn);