Skip to content

Commit fca4d67

Browse files
committed
Merge pull request cloudwu#425 from DeanHH/patch-1
Update skynet_mq.c
2 parents a3a7d12 + 014cbb9 commit fca4d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skynet-src/skynet_mq.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ skynet_mq_create(uint32_t handle) {
8484
SPIN_INIT(q)
8585
// When the queue is create (always between service create and service init) ,
8686
// set in_global flag to avoid push it to global queue .
87-
// If the service init success, skynet_context_new will call skynet_mq_force_push to push it to global queue.
87+
// If the service init success, skynet_context_new will call skynet_mq_push to push it to global queue.
8888
q->in_global = MQ_IN_GLOBAL;
8989
q->release = 0;
9090
q->overload = 0;

0 commit comments

Comments
 (0)