add message queue

This commit is contained in:
云风
2013-10-30 19:30:06 +08:00
parent 09242894a3
commit 0b9d7d8a62
4 changed files with 84 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define PTYPE_SOCKET 6
// don't use these id
#define PTYPE_RESERVED_0 7
#define PTYPE_RESERVED_1 8
// read lualib/skynet.lua
// read lualib/skynet.lua lualib/mqueue.lua
#define PTYPE_RESERVED_QUEUE 8
#define PTYPE_RESERVED_DEBUG 9
#define PTYPE_RESERVED_LUA 10