From 5e3f3d7f4730dd2990b6b56352e4a09cdde9a234 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 5 Nov 2009 17:40:07 -0500 Subject: Report sought magnitude when balancing errors occur --- src/xact.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/xact.h') diff --git a/src/xact.h b/src/xact.h index 8c5c21ce..ecdf12ad 100644 --- a/src/xact.h +++ b/src/xact.h @@ -84,6 +84,8 @@ public: return posts.end(); } + value_t magnitude() const; + virtual bool finalize(); void clear_xdata(); @@ -129,7 +131,6 @@ public: virtual void add_post(post_t * post); - value_t magnitude() const; string idstring() const; string id() const; -- cgit v1.2.3