Issue/112
conf
datasid-conf.json +5 -4
src/agent
main.cpp +66 -11
.gitlab-ci.yml +1 -1
generate_agent.sh +6 -1
+ 5
- 4
+ 66
- 11
@@ -20,25 +20,34 @@
@@ -61,10 +70,18 @@ int set_begin(pt::ptime& begin, bool print) { // NOLINT (runtime/reference)
@@ -76,6 +93,34 @@ int set_begin(pt::ptime& begin, bool print) { // NOLINT (runtime/reference)
@@ -129,16 +174,26 @@ int main(int argc, char* argv[]) {
+ 1
- 1
@@ -35,7 +35,7 @@ compile:
+ 6
- 1
@@ -30,6 +30,7 @@ port=""
@@ -76,6 +77,10 @@ for i in $@; do
@@ -96,7 +101,7 @@ tmp=$(cat ../../../conf/proxy-conf.json)