util/fdshark.c: Add IO tracing utility

This commit is contained in:
Tau
2019-05-09 16:49:18 -04:00
parent 649e7d2b4e
commit 03cace7785
3 changed files with 235 additions and 0 deletions

View File

@ -17,6 +17,8 @@ util_lib = static_library(
'dprintf.h',
'dump.c',
'dump.h',
'fdshark.c',
'fdshark.h',
'gfx.c',
'gfx.h',
'setupapi.c',