X-Git-Url: https://pd.if.org/git/?p=nbds;a=blobdiff_plain;f=include%2Ftxn.h;h=b0000747e0d25b679d4ef431f604b3a7561bdfd9;hp=9b80e17f5e1105c63894c448287c7d25a4ca9294;hb=177b35371e1918cb8d00211824acccca47688a4b;hpb=598ef6123ccf44d64347ab4c871c6baae7d29bc4 diff --git a/include/txn.h b/include/txn.h index 9b80e17..b000074 100644 --- a/include/txn.h +++ b/include/txn.h @@ -4,7 +4,7 @@ */ #ifndef TXN_H #define TXN_H -#include "ht.h" +#include "struct.h" typedef enum { TXN_READ_WRITE, TXN_READ_ONLY, TXN_BLIND_WRITE } txn_access_t; typedef enum { TXN_DIRTY_READ, TXN_READ_COMMITTED, TXN_REPEATABLE_READ } txn_isolation_t;