lichao
2021-04-21 f6535ea2ae09b3cdca9104fa19dfff39a47271ea
src/bh_api.h
@@ -73,12 +73,16 @@
              int *msgpub_len,
              const int timeout_ms);
int BHAsyncRequest(const void *request,
int BHAsyncRequest(const void *remote,
                   const int remote_len,
                   const void *request,
                   const int request_len,
                   void **msg_id,
                   int *msg_id_len);
int BHRequest(const void *request,
int BHRequest(const void *remote,
              const int remote_len,
              const void *request,
              const int request_len,
              void **proc_id,
              int *proc_id_len,