mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 12:20:41 +00:00
update PTYPE_* macro
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
v0.2.1
|
||||||
|
-----------
|
||||||
|
* Bugfix: check all the events already read after socket close
|
||||||
|
* Bugfix: socket data in gate service
|
||||||
|
* Bugfix: boundary problem in harbor service
|
||||||
|
* Bugfix: stdin handle is 0
|
||||||
|
|
||||||
v0.2.0 (2014-5-12)
|
v0.2.0 (2014-5-12)
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
|||||||
@@ -13,12 +13,13 @@
|
|||||||
#define PTYPE_SYSTEM 4
|
#define PTYPE_SYSTEM 4
|
||||||
#define PTYPE_HARBOR 5
|
#define PTYPE_HARBOR 5
|
||||||
#define PTYPE_SOCKET 6
|
#define PTYPE_SOCKET 6
|
||||||
// read lualib/skynet.lua lualib/simplemonitor.lua
|
// read lualib/skynet.lua examples/simplemonitor.lua
|
||||||
#define PTYPE_ERROR 7
|
#define PTYPE_ERROR 7
|
||||||
// read lualib/skynet.lua lualib/mqueue.lua
|
// read lualib/skynet.lua lualib/mqueue.lua lualib/snax.lua
|
||||||
#define PTYPE_RESERVED_QUEUE 8
|
#define PTYPE_RESERVED_QUEUE 8
|
||||||
#define PTYPE_RESERVED_DEBUG 9
|
#define PTYPE_RESERVED_DEBUG 9
|
||||||
#define PTYPE_RESERVED_LUA 10
|
#define PTYPE_RESERVED_LUA 10
|
||||||
|
#define PTYPE_RESERVED_SNAX 11
|
||||||
|
|
||||||
#define PTYPE_TAG_DONTCOPY 0x10000
|
#define PTYPE_TAG_DONTCOPY 0x10000
|
||||||
#define PTYPE_TAG_ALLOCSESSION 0x20000
|
#define PTYPE_TAG_ALLOCSESSION 0x20000
|
||||||
|
|||||||
Reference in New Issue
Block a user