mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
We don't need hash map in gate
This commit is contained in:
2
Makefile
2
Makefile
@@ -9,7 +9,7 @@ logger.so : skynet_logger.c
|
||||
snlua.so : service_lua.c
|
||||
gcc -Wall -g -fPIC --shared $^ -o $@
|
||||
|
||||
gate.so : gate/mread.c gate/ringbuffer.c gate/map.c gate/main.c
|
||||
gate.so : gate/mread.c gate/ringbuffer.c gate/main.c
|
||||
gcc -Wall -g -fPIC --shared -o $@ $^ -I. -Igate
|
||||
|
||||
skynet.so : lua-skynet.c
|
||||
|
||||
Reference in New Issue
Block a user