]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_process.h
update sources to v12.1.0
[ceph.git] / ceph / src / rgw / rgw_process.h
index 005f2db6fef742a2562d45e4a881bfbd51805367..3aaeaff61afb818664a5f8f2878485d3927d61a6 100644 (file)
@@ -184,7 +184,7 @@ public:
   void checkpoint();
   void handle_request(RGWRequest* req) override;
   void gen_request(const string& method, const string& resource,
-                 int content_length, std::atomic<int64_t>* fail_flag);
+                 int content_length, std::atomic<bool>* fail_flag);
 
   void set_access_key(RGWAccessKey& key) { access_key = key; }
 };