change skynet_send api (use uint32_t instead of string)

This commit is contained in:
云风
2012-08-30 13:09:34 +08:00
parent e26fbd99d6
commit 1791becd09
21 changed files with 282 additions and 242 deletions

View File

@@ -2,7 +2,6 @@ local skynet = require "skynet"
print("Log server start")
local log = skynet.launch("snlua","globallog")
print("log",log)
skynet.launch("snlua","globallog")
skynet.exit()