src/nng_wrap.cpp @@ -69,6 +69,10 @@ *dest_len = src_len; } void set_last_error(const std::string& emsg){ verbose_info += emsg; } void get_last_error(int* ec, void** emsg, int* emsg_len){ *emsg = NULL; *emsg_len = 0;