endless monitior

This commit is contained in:
云风
2012-09-28 21:10:39 +08:00
parent c50e465879
commit 689108df60
4 changed files with 40 additions and 10 deletions

View File

@@ -19,4 +19,6 @@ void skynet_context_send(struct skynet_context * context, void * msg, size_t sz,
int skynet_context_newsession(struct skynet_context *);
int skynet_context_message_dispatch(struct skynet_monitor *); // return 1 when block
void skynet_context_endless(uint32_t handle); // for monitor
#endif