dlog_logger: rename reader fd entity to _sink 39/222039/3
authorMichal Bloch <m.bloch@samsung.com>
Wed, 8 Jan 2020 15:08:42 +0000 (16:08 +0100)
committerMichal Bloch <m.bloch@samsung.com>
Thu, 9 Jan 2020 13:02:16 +0000 (14:02 +0100)
commit7f0e3d09ba2f351678ba484b307ab38e945bd210
tree2459f80fd7950584fe092c542b8b42c34719c16f
parentb98095cc7007b14b22f2e91e0e18066efbf63ec3
dlog_logger: rename reader fd entity to _sink

This is in preparation for adding a second fd entity to that structure,
which will represent the log source and will need to be distinguished from
the current one that represents the log sink.

Change-Id: Ia56c352c564fd0bae4a40e4c923e4ab6013a2579
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
src/logger/logger.c
src/logger/logger_internal.h
src/tests/logger.c