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:
@@ -271,7 +271,7 @@ static int db_sethook (lua_State *L) {
|
||||
}
|
||||
|
||||
LUAMOD_API int
|
||||
luaopen_debugchannel(lua_State *L) {
|
||||
luaopen_skynet_debugchannel(lua_State *L) {
|
||||
luaL_Reg l[] = {
|
||||
{ "create", lcreate }, // for write
|
||||
{ "connect", lconnect }, // for read
|
||||
|
||||
Reference in New Issue
Block a user