Pipe: fix minor issues 74/84574/1
authorMichal Bloch <m.bloch@samsung.com>
Fri, 19 Aug 2016 09:12:05 +0000 (11:12 +0200)
committerMichal Bloch <m.bloch@samsung.com>
Fri, 19 Aug 2016 09:26:32 +0000 (11:26 +0200)
commit28e3853e6d50d13a6b00fc741b68322181457f39
tree279d620bb1b638c4f8a2b39c226be81fd0024065
parent6c52485c134941da7f59f0bd4df12d3bf6dc8470
Pipe: fix minor issues

 * use thread-safe functions
   (the daemon is single-threaded, this is mostly for code checking tools)
 * prevent mis-expressed starvation
 * fix a slight error in dlogutil format expectation
 * add a label for a conditionally compiled legacy block

Change-Id: Ic243bafe243194b95de27fa78a469e1fbb356d74
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
src/logger/logger_pipe.c
src/logutil/logutil_pipe.c