add bootstrap script

This commit is contained in:
Cloud Wu
2014-04-29 13:43:40 +08:00
parent be948c6675
commit f6e67b7493
9 changed files with 43 additions and 20 deletions

View File

@@ -8,7 +8,7 @@ struct skynet_config {
const char * module_path;
const char * master;
const char * local;
const char * start;
const char * bootstrap;
const char * standalone;
};