mirror of
https://github.com/qicosmos/rest_rpc.git
synced 2026-08-29 16:40:48 +08:00
Work around.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user