Re: [devel] [PATCH 1 of 3] base: Use inotify to improve response time for transport monitor process [#2091]

2016-10-17 Thread Hans Nordebäck
Hi Anders, good comments! I'll update and send out a new version. I'll keep the dirname and basename for now, (the c++ version requires some more work, boost filesystem path may be used but it requires building). /Thanks HansN On 10/14/2016 10:27 AM, Anders Widell wrote: > > Ack with

Re: [devel] [PATCH 1 of 3] base: Use inotify to improve response time for transport monitor process [#2091]

2016-10-14 Thread Anders Widell
Ack with comments (marked [AndersW] below): regards, Anders Widell On 10/11/2016 04:57 PM, Hans Nordeback wrote: > osaf/libs/core/cplusplus/base/Makefile.am|2 + > osaf/libs/core/cplusplus/base/file_notify.cc | 163 > +++ >

[devel] [PATCH 1 of 3] base: Use inotify to improve response time for transport monitor process [#2091]

2016-10-11 Thread Hans Nordeback
osaf/libs/core/cplusplus/base/Makefile.am|2 + osaf/libs/core/cplusplus/base/file_notify.cc | 163 +++ osaf/libs/core/cplusplus/base/file_notify.h | 84 + 3 files changed, 249 insertions(+), 0 deletions(-) diff --git