zhangmeng
2022-12-26 9045f528b9b6f21f0d15475d2dffd49bb51598fc
src/nng_wrap.h
@@ -28,7 +28,7 @@
    void** reply, int* reply_len, const int to_ms, void* arg=NULL);
int start_reply(const std::string& url, const int port, void* arg=NULL);
int read_request(void** src, std::string* msg, const int to_ms, void* arg=NULL);
int send_reply(const void* src, const void* msg, const int msg_len, void* arg=NULL);
int send_reply(void* src, const void* msg, const int msg_len, void* arg=NULL);
}