mirror of
https://github.com/Zygo/bees.git
synced 2025-07-01 16:22:27 +02:00
seeker: add a runtime debug stream
This allows detailed but selective debugging when using the library, particularly when something goes wrong. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
@ -17,6 +17,7 @@ CRUCIBLE_OBJS = \
|
||||
openat2.o \
|
||||
path.o \
|
||||
process.o \
|
||||
seeker.o \
|
||||
string.o \
|
||||
table.o \
|
||||
task.o \
|
||||
|
7
lib/seeker.cc
Normal file
7
lib/seeker.cc
Normal file
@ -0,0 +1,7 @@
|
||||
#include "crucible/seeker.h"
|
||||
|
||||
namespace crucible {
|
||||
|
||||
thread_local shared_ptr<ostream> tl_seeker_debug_str;
|
||||
|
||||
};
|
Reference in New Issue
Block a user