mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
Use _Atomic type for socket.sending and socket.udpconnecting. See #1317
This commit is contained in:
@@ -30,7 +30,7 @@ struct snlua {
|
||||
size_t mem_report;
|
||||
size_t mem_limit;
|
||||
lua_State * activeL;
|
||||
volatile ATOM_INT trap;
|
||||
ATOM_INT trap;
|
||||
};
|
||||
|
||||
// LUA_CACHELIB may defined in patched lua for shared proto
|
||||
|
||||
Reference in New Issue
Block a user