timing remote call

This commit is contained in:
云风
2014-02-23 17:13:58 +08:00
parent 5944668796
commit c1e6737711
7 changed files with 331 additions and 5 deletions

View File

@@ -5,6 +5,7 @@ struct snlua {
lua_State * L;
const char * reload;
struct skynet_context * ctx;
struct tqueue * tq;
int (*init)(struct snlua *l, struct skynet_context *ctx, const char * args);
};