summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-02-13 22:28:59 +0000
committerChris Wilson <chris+github@qwirx.com>2014-02-13 22:28:59 +0000
commit95b101a5b7ad8c9dbc5cbd5335f3975d35334d9d (patch)
treea5f769b493f8a989e5fc7d5dda4ef520dac7b66a
parent46e41ba98e1cf2bbcef0c452cdcb0f3c7321c2bf (diff)
Compile fix.
Move ExpectedRefCounts definition to where it's needed.
-rw-r--r--test/backupstore/testbackupstore.cpp2
1 files changed, 2 insertions, 0 deletions
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<uint32_t> ExpectedRefCounts;
+
void set_refcount(int64_t ObjectID, uint32_t RefCount = 1);
// test that all object reference counts have the expected values