We don't need hash map in gate

This commit is contained in:
云风
2012-08-07 13:47:19 +08:00
parent 8bcc7dce01
commit 0afda95801
4 changed files with 19 additions and 174 deletions

View File

@@ -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