]> pd.if.org Git - nbds/blobdiff - include/txn.h
change the names of some variables and types for consistency across API's
[nbds] / include / txn.h
index b0000747e0d25b679d4ef431f604b3a7561bdfd9..54928cbac8a6e804bf8af743928da8d68c8e0bd8 100644 (file)
@@ -11,5 +11,5 @@ typedef enum { TXN_DIRTY_READ, TXN_READ_COMMITTED, TXN_REPEATABLE_READ } txn_iso
 
 typedef struct txn txn_t;
 
-txn_t *txn_begin (txn_access_t access, txn_isolation_t isolation, hash_table_t *ht);
+txn_t *txn_begin (txn_access_t access, txn_isolation_t isolation, hashtable_t *ht);
 #endif//TXN_H