mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 12:20:41 +00:00
change source dir
This commit is contained in:
18
skynet-src/skynet_imp.h
Normal file
18
skynet-src/skynet_imp.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef SKYNET_IMP_H
|
||||
#define SKYNET_IMP_H
|
||||
|
||||
struct skynet_config {
|
||||
int thread;
|
||||
int mqueue_size;
|
||||
int harbor;
|
||||
const char * logger;
|
||||
const char * module_path;
|
||||
const char * master;
|
||||
const char * local;
|
||||
const char * start;
|
||||
int standalone;
|
||||
};
|
||||
|
||||
void skynet_start(struct skynet_config * config);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user