summaryrefslogtreecommitdiff
path: root/entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'entry.h')
-rw-r--r--entry.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/entry.h b/entry.h
index b092684d..5764624c 100644
--- a/entry.h
+++ b/entry.h
@@ -41,9 +41,11 @@ class journal_t;
typedef std::list<xact_t *> xacts_list;
-class entry_base_t
+class entry_base_t : public supports_flags<>
{
- public:
+public:
+#define ENTRY_IN_CACHE 0x1
+
journal_t * journal;
string note;
unsigned long src_idx;