commit | 0caebbfcfe45a6469b7ff6744fffe2e0a4871485 | [log] [tgz] |
---|---|---|
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | Thu Apr 09 23:08:51 2015 +0200 |
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | Thu Apr 09 23:08:51 2015 +0200 |
tree | c4d0a82ae82da4583ce8716411818c4076521323 | |
parent | 7dde627a6a6981f53bcc55e2efcb2401ff103f04 [diff] [blame] |
Splitting gRPC service class codegen into its own set of files.
diff --git a/test/cpp/qps/server_sync.cc b/test/cpp/qps/server_sync.cc index 9964429..2770233 100644 --- a/test/cpp/qps/server_sync.cc +++ b/test/cpp/qps/server_sync.cc
@@ -47,7 +47,7 @@ #include <grpc++/status.h> #include <grpc++/stream.h> #include "src/cpp/server/thread_pool.h" -#include "test/cpp/qps/qpstest.pb.h" +#include "test/cpp/qps/qpstest.grpc.pb.h" #include "test/cpp/qps/server.h" #include "test/cpp/qps/timer.h"