mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-23 11:33:09 +00:00
add prefix skynet to c module
This commit is contained in:
@@ -678,7 +678,7 @@ ludp_address(lua_State *L) {
|
||||
}
|
||||
|
||||
LUAMOD_API int
|
||||
luaopen_socketdriver(lua_State *L) {
|
||||
luaopen_skynet_socketdriver(lua_State *L) {
|
||||
luaL_checkversion(L);
|
||||
luaL_Reg l[] = {
|
||||
{ "buffer", lnewbuffer },
|
||||
|
||||
Reference in New Issue
Block a user