added --lograwdatafile and --lograwdatasize options similar to --dumpfile/--dumpsize for logging received/sent bytes to a dedicated text file, extracted dump/raw file handling to a separate class, switched to an interface instead of a method for dumping/logging raw data, changed default dump file name to /tmp/ebusd_dump.bin, use "s_" for static variables, formatting
This commit is contained in:
@@ -11,7 +11,9 @@ libutils_a_SOURCES = log.cpp \
|
||||
clock.h \
|
||||
clock.cpp \
|
||||
queue.h \
|
||||
notify.h
|
||||
notify.h \
|
||||
rotatefile.h \
|
||||
rotatefile.cpp
|
||||
|
||||
distclean-local:
|
||||
-rm -f Makefile.in
|
||||
|
||||
Reference in New Issue
Block a user