mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 12:20:41 +00:00
bugfix
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
|
||||
#define WARNING_SIZE (1024*1024)
|
||||
|
||||
#define USEROBJECT ((size_t)(~0))
|
||||
#define USEROBJECT ((size_t)(-1))
|
||||
|
||||
struct write_buffer {
|
||||
struct write_buffer * next;
|
||||
|
||||
Reference in New Issue
Block a user