diff options
Diffstat (limited to 'cpp/src/tests/storePerftools/asyncPerf/PerfTest.h')
-rw-r--r-- | cpp/src/tests/storePerftools/asyncPerf/PerfTest.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/src/tests/storePerftools/asyncPerf/PerfTest.h b/cpp/src/tests/storePerftools/asyncPerf/PerfTest.h index 6cdf015f76..7cbb71322f 100644 --- a/cpp/src/tests/storePerftools/asyncPerf/PerfTest.h +++ b/cpp/src/tests/storePerftools/asyncPerf/PerfTest.h @@ -36,6 +36,9 @@ #include <deque> namespace qpid { +namespace broker { +class AsyncStore; +} namespace asyncStore { class AsyncStoreImpl; class AsyncStoreOptions; @@ -83,6 +86,8 @@ private: }; +int runPerfTest(int argc, char** argv); + }}} // namespace tests::storePerftools::asyncPerf #endif // tests_storePerftools_asyncPerf_PerfTest_h_ |