From 8f8a94c28e26c0b46a43e89d566c941994645de7 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 13 Apr 2014 23:25:31 -0500 Subject: Add the concept of "deferred postings" This is pretty much exclusively for allowing one to use balance assertions with replicated transactions across multiple files. --- src/post.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/post.h') diff --git a/src/post.h b/src/post.h index 379844dc..51a75ade 100644 --- a/src/post.h +++ b/src/post.h @@ -60,6 +60,7 @@ public: #define POST_COST_FIXATED 0x0200 // cost is fixed using = indicator #define POST_COST_VIRTUAL 0x0400 // cost is virtualized: (@) #define POST_ANONYMIZED 0x0800 // a temporary, anonymous posting +#define POST_DEFERRED 0x1000 // the account was specified with xact_t * xact; // only set for posts of regular xacts account_t * account; -- cgit v1.2.3