use .core for lua c module name

This commit is contained in:
Cloud Wu
2014-08-11 15:45:16 +08:00
parent 0954a906f4
commit d7b228f342
7 changed files with 7 additions and 7 deletions

View File

@@ -203,7 +203,7 @@ lunpackresponse(lua_State *L) {
}
int
luaopen_cluster_c(lua_State *L) {
luaopen_cluster_core(lua_State *L) {
luaL_Reg l[] = {
{ "packrequest", lpackrequest },
{ "unpackrequest", lunpackrequest },

View File

@@ -149,7 +149,7 @@ mc_nextid(lua_State *L) {
}
int
luaopen_multicast_c(lua_State *L) {
luaopen_multicast_core(lua_State *L) {
luaL_Reg l[] = {
{ "pack", mc_packlocal },
{ "unpack", mc_unpacklocal },