liuxiaolong
2021-04-21 342be2a967e74f1b7a9a96297a3828b34144e460
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,