Work around.

This commit is contained in:
Qing Wang
2020-10-21 20:24:52 +08:00
parent 5785fe6aa6
commit 7e22d4b402
13 changed files with 347 additions and 119 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ using namespace rpc_service;
#include "qps.h"
struct dummy{
int add(rpc_conn conn, int a, int b) {
int add(rpc_conn conn, int a, int b) {
std::cout << "ohhhhhhhhhhh invoked: a=" << a << ", b=" << b << std::endl;
return a + b;
}
};