Re: [devel] [PATCH 1/1] imm: Fix coding issues identified by codechecker [#3115]

2019-11-18 Thread Tran Thuan
Hi Vu, I used osaf_clock_gettime() since it's used some places already in current code file. E.g: Line 626, Line 638. I think we keep use it to easy for code reading. Or we have to change all osaf_clock_gettime() calls in current code file. Best Regards, ThuanTr -Original Message-

Re: [devel] [PATCH 1/1] imm: Fix coding issues identified by codechecker [#3115]

2019-11-18 Thread Nguyen Minh Vu
Hi Thuan, Ack with a minor comment. Regards, On 11/4/19 2:57 PM, thuan.tran wrote: --- src/imm/agent/imma_db.cc | 2 +- src/imm/immnd/immnd_main.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/imm/agent/imma_db.cc b/src/imm/agent/imma_db.cc index

[devel] [PATCH 1/1] imm: Fix coding issues identified by codechecker [#3115]

2019-11-03 Thread thuan.tran
--- src/imm/agent/imma_db.cc | 2 +- src/imm/immnd/immnd_main.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/imm/agent/imma_db.cc b/src/imm/agent/imma_db.cc index 071edbe74..80637e55f 100644 --- a/src/imm/agent/imma_db.cc +++ b/src/imm/agent/imma_db.cc @@ -621,7