mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
lock free global mq
This commit is contained in:
@@ -28,6 +28,6 @@ void skynet_mq_lock(struct message_queue *q, int session);
|
||||
void skynet_mq_force_push(struct message_queue *q);
|
||||
void skynet_mq_pushglobal(struct message_queue *q);
|
||||
|
||||
void skynet_mq_init(int cap);
|
||||
void skynet_mq_init();
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user