mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 03:53:09 +00:00
add prefix skynet to c module
This commit is contained in:
@@ -235,7 +235,7 @@ lread(lua_State *L) {
|
||||
}
|
||||
|
||||
LUAMOD_API int
|
||||
luaopen_stm(lua_State *L) {
|
||||
luaopen_skynet_stm(lua_State *L) {
|
||||
luaL_checkversion(L);
|
||||
lua_createtable(L, 0, 3);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user