[Modified]

1.修改程序运行模式[--normal|--daemon]
2.添加初始化信息预览函数
3.修改生成证书接口并启动此接口
[Add]
1.在目录CA中添加证书文件
This commit is contained in:
fengweihao
2018-06-20 16:24:49 +08:00
parent b79c6a9c29
commit 130ee58a15
11 changed files with 99 additions and 91 deletions

View File

@@ -21,9 +21,6 @@
#define unlikely(expr) __builtin_expect(!!(expr), 0)
#endif
int run_mode;
#define MODE_TYPE(x) run_mode & x
#define __rt_always_inline__ __attribute__((always_inline)) inline
#endif