util: extract fd_info to subfiles 53/163853/5
authorMichal Bloch <m.bloch@samsung.com>
Wed, 7 Feb 2018 16:09:33 +0000 (17:09 +0100)
committerMichal Bloch <m.bloch@samsung.com>
Thu, 8 Feb 2018 12:28:26 +0000 (13:28 +0100)
commit733021a71b65fe74d258de659180dd5f787ae89d
tree46088d49827a1ac78f605ec3bc69ddaf205eb6c7
parent3c9f78bc53b5fecfb980304a955a062049a521fe
util: extract fd_info to subfiles

Change-Id: I79569ea5bd91cc23a6b9a168f66de337a518a6f1
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
Makefile.am
src/logutil/fd_info.c [new file with mode: 0644]
src/logutil/fd_info.h [new file with mode: 0644]
src/logutil/fdi_binfile.c [new file with mode: 0644]
src/logutil/fdi_binfile.h [new file with mode: 0644]
src/logutil/fdi_logger.c [new file with mode: 0644]
src/logutil/fdi_logger.h [new file with mode: 0644]
src/logutil/fdi_pipe.c [new file with mode: 0644]
src/logutil/fdi_pipe.h [new file with mode: 0644]
src/logutil/logutil.c