mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-23 19:43:09 +00:00
add prefix skynet to c module
This commit is contained in:
@@ -508,7 +508,7 @@ lconcat(lua_State *L) {
|
||||
}
|
||||
|
||||
LUAMOD_API int
|
||||
luaopen_cluster_core(lua_State *L) {
|
||||
luaopen_skynet_cluster_core(lua_State *L) {
|
||||
luaL_Reg l[] = {
|
||||
{ "packrequest", lpackrequest },
|
||||
{ "packpush", lpackpush },
|
||||
|
||||
Reference in New Issue
Block a user