multicast bugfix: don't hold context any more

This commit is contained in:
云风
2012-10-12 12:15:10 +08:00
parent 4fb7fec2fa
commit a93e6b8868
4 changed files with 51 additions and 55 deletions

View File

@@ -11,7 +11,6 @@ struct skynet_monitor;
struct skynet_context * skynet_context_new(const char * name, const char * parm);
void skynet_context_grab(struct skynet_context *);
struct skynet_context * skynet_context_release(struct skynet_context *);
int skynet_context_ref(struct skynet_context *);
uint32_t skynet_context_handle(struct skynet_context *);
void skynet_context_init(struct skynet_context *, uint32_t handle);
int skynet_context_push(uint32_t handle, struct skynet_message *message);