提交 256c4c23 authored 作者: blu's avatar blu

big refacting of communitation architect

上级 aeb609ec
...@@ -27,7 +27,7 @@ using namespace nlohmann; ...@@ -27,7 +27,7 @@ using namespace nlohmann;
using namespace zmqhelper; using namespace zmqhelper;
#define EV_FILE_LVDB_DAEMON "/opt/lvl/daemon" #define EV_FILE_LVDB_DAEMON "/opt/lvldb/daemon"
class EvDaemon{ class EvDaemon{
private: private:
...@@ -485,7 +485,7 @@ class EvDaemon{ ...@@ -485,7 +485,7 @@ class EvDaemon{
EvDaemon(){ EvDaemon(){
int ret = 0; int ret = 0;
string dir_ = string("mkdir -p") + EV_FILE_LVDB_DAEMON; string dir_ = string("mkdir -p ") + EV_FILE_LVDB_DAEMON;
system(dir_.c_str()); system(dir_.c_str());
// get sn of device // get sn of device
json info; json info;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论