bugfix: harbor service should not release before others

This commit is contained in:
Cloud Wu
2014-10-10 20:13:53 +08:00
parent 2f6bfe9104
commit 4a8bf4f39a
5 changed files with 23 additions and 0 deletions

View File

@@ -26,5 +26,6 @@ void skynet_harbor_send(struct remote_message *rmsg, uint32_t source, int sessio
int skynet_harbor_message_isremote(uint32_t handle);
void skynet_harbor_init(int harbor);
void skynet_harbor_start(void * ctx);
void skynet_harbor_exit();
#endif