add config.logservice for user defined log service

This commit is contained in:
Cloud Wu
2015-05-30 22:17:53 +08:00
parent 24f6994b50
commit 69946d75c5
3 changed files with 4 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ struct skynet_config {
const char * module_path;
const char * bootstrap;
const char * logger;
const char * logservice;
};
#define THREAD_WORKER 0