mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 12:20:41 +00:00
reload snlua service
This commit is contained in:
@@ -588,7 +588,6 @@ skynet_context_init(struct skynet_context *ctx, uint32_t handle) {
|
||||
|
||||
void
|
||||
skynet_callback(struct skynet_context * context, void *ud, skynet_cb cb) {
|
||||
assert(context->cb == NULL);
|
||||
context->cb = cb;
|
||||
context->cb_ud = ud;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user