mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-23 19:43:09 +00:00
remove ssm and add string id
This commit is contained in:
@@ -233,9 +233,11 @@ LUA_API void (lua_pushcclosure) (lua_State *L, lua_CFunction fn, int n);
|
||||
LUA_API void (lua_pushboolean) (lua_State *L, int b);
|
||||
LUA_API void (lua_pushlightuserdata) (lua_State *L, void *p);
|
||||
LUA_API int (lua_pushthread) (lua_State *L);
|
||||
|
||||
LUA_API void (lua_clonefunction) (lua_State *L, const void * fp);
|
||||
LUA_API void (lua_sharefunction) (lua_State *L, int index);
|
||||
LUA_API void (lua_sharestring) (lua_State *L, int index);
|
||||
LUA_API void (lua_clonetable) (lua_State *L, const void * t);
|
||||
|
||||
/*
|
||||
** get functions (Lua -> stack)
|
||||
|
||||
Reference in New Issue
Block a user