summaryrefslogtreecommitdiff
path: root/src/xact.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xact.h')
-rw-r--r--src/xact.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xact.h b/src/xact.h
index ce00242e..0000e9c6 100644
--- a/src/xact.h
+++ b/src/xact.h
@@ -109,6 +109,10 @@ public:
optional<string> code;
string payee;
+#ifdef DOCUMENT_MODEL
+ void * data;
+#endif
+
xact_t() {
TRACE_CTOR(xact_t, "");
}