]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_request.h
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / rgw / rgw_request.h
index 11345bb0d230851abd6f0fa8e3cd4549f8ecab88..234832080b64c17b2330cc1314a6aeb2b1cdbf70 100644 (file)
@@ -21,9 +21,7 @@ struct RGWRequest
 {
   uint64_t id;
   struct req_state *s;
-  string req_str;
   RGWOp *op;
-  utime_t ts;
 
   explicit RGWRequest(uint64_t id) : id(id), s(NULL), op(NULL) {}
 
@@ -32,10 +30,6 @@ struct RGWRequest
   void init_state(req_state *_s) {
     s = _s;
   }
-
-  void log_format(struct req_state *s, const char *fmt, ...);
-  void log_init();
-  void log(struct req_state *s, const char *msg);
 }; /* RGWRequest */
 
 #if defined(WITH_RADOSGW_FCGI_FRONTEND)