zhangmeng
2022-04-11 f552a0ea788225d8fe80942d6e8bd6500f788393
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;