From 95b101a5b7ad8c9dbc5cbd5335f3975d35334d9d Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 13 Feb 2014 22:28:59 +0000 Subject: Compile fix. Move ExpectedRefCounts definition to where it's needed. --- test/backupstore/testbackupstore.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/backupstore') diff --git a/test/backupstore/testbackupstore.cpp b/test/backupstore/testbackupstore.cpp index ae5661ca..fd2a572f 100644 --- a/test/backupstore/testbackupstore.cpp +++ b/test/backupstore/testbackupstore.cpp @@ -248,6 +248,8 @@ bool create_account(int soft, int hard) return (result == 0); } +std::vector ExpectedRefCounts; + void set_refcount(int64_t ObjectID, uint32_t RefCount = 1); // test that all object reference counts have the expected values -- cgit v1.2.3