Although we are not supporting this frontend it is still possible with cmake to compile it
This fix is intend to be able to compile fcgi
Signed-off-by: Or Friedmann <ofriedma@redhat.com>
}
for (;;) {
- RGWFCGXRequest* req = new RGWFCGXRequest(store->get_new_req_id(), &qr);
+ RGWFCGXRequest* req = new RGWFCGXRequest(store->getRados()->get_new_req_id(), &qr);
dout(10) << "allocated request req=" << hex << req << dec << dendl;
req_throttle.get(1);
int ret = FCGX_Accept_r(req->fcgx);