Fix compile

pull/10231/head
Craig Tiller 8 years ago
parent 2b57060712
commit 5e17020d61
  1. 4
      test/cpp/microbenchmarks/fullstack_fixtures.h

@ -212,8 +212,8 @@ class EndpointPairFixture : public BaseFixture {
class SockPair : public EndpointPairFixture {
public:
SockPair(Service* service)
: EndpointPairFixture(service, grpc_iomgr_create_endpoint_pair(
"test", Library::get().rq(), 8192)) {}
: EndpointPairFixture(service,
grpc_iomgr_create_endpoint_pair("test", NULL)) {}
};
class InProcessCHTTP2 : public EndpointPairFixture {

Loading…
Cancel
Save