WIP
diff --git a/test/cpp/qps/client.h b/test/cpp/qps/client.h
index 45481a3..620103b 100644
--- a/test/cpp/qps/client.h
+++ b/test/cpp/qps/client.h
@@ -83,6 +83,7 @@
 
  protected:
   SimpleRequest request_;
+  bool closed_loop_;
 
   class ClientChannelInfo {
    public:
@@ -222,7 +223,6 @@
   std::vector<std::unique_ptr<Thread>> threads_;
   std::unique_ptr<Timer> timer_;
 
-  bool closed_loop_;
   InterarrivalTimer interarrival_timer_;
   std::vector<std::chrono::time_point
              <std::chrono::high_resolution_clock>> next_time_;