X-Git-Url: https://pd.if.org/git/?p=nbds;a=blobdiff_plain;f=include%2Ftxn.h;h=54928cbac8a6e804bf8af743928da8d68c8e0bd8;hp=b0000747e0d25b679d4ef431f604b3a7561bdfd9;hb=a1fae129c758d7ea83dfdbb5f14ec1df12f0aa34;hpb=052506ff082f134f00834f666653819e18d9bddf diff --git a/include/txn.h b/include/txn.h index b000074..54928cb 100644 --- a/include/txn.h +++ b/include/txn.h @@ -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