mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-25 12:43:09 +00:00
fix a legacy problem. make harbor service more stable
This commit is contained in:
@@ -16,6 +16,7 @@ struct remote_message {
|
||||
struct remote_name destination;
|
||||
const void * message;
|
||||
size_t sz;
|
||||
int type;
|
||||
};
|
||||
|
||||
void skynet_harbor_send(struct remote_message *rmsg, uint32_t source, int session);
|
||||
|
||||
Reference in New Issue
Block a user