Skip to content

Commit

Permalink
Update skynet_mq.c
Browse files Browse the repository at this point in the history
Comment error:-)
  • Loading branch information
DeanHH committed Dec 31, 2015
1 parent a3a7d12 commit 014cbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skynet-src/skynet_mq.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ skynet_mq_create(uint32_t handle) {
SPIN_INIT(q)
// When the queue is create (always between service create and service init) ,
// set in_global flag to avoid push it to global queue .
// If the service init success, skynet_context_new will call skynet_mq_force_push to push it to global queue.
// If the service init success, skynet_context_new will call skynet_mq_push to push it to global queue.
q->in_global = MQ_IN_GLOBAL;
q->release = 0;
q->overload = 0;
Expand Down

0 comments on commit 014cbb9

Please sign in to comment.