mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
add prefix skynet to c module
This commit is contained in:
@@ -765,7 +765,7 @@ lupdate(lua_State *L) {
|
||||
}
|
||||
|
||||
LUAMOD_API int
|
||||
luaopen_sharedata_core(lua_State *L) {
|
||||
luaopen_skynet_sharedata_core(lua_State *L) {
|
||||
luaL_Reg l[] = {
|
||||
// used by host
|
||||
{ "new", lnewconf },
|
||||
|
||||
Reference in New Issue
Block a user