X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftdb%2Ftest%2Flogging.h;fp=ccan%2Ftdb%2Ftest%2Flogging.h;h=6745a3274eef105c6f788b190f9e6165a5022be2;hb=cbe5094e85d08d19393c1b66abd59aecce7c8408;hp=0000000000000000000000000000000000000000;hpb=655ef777da34bae1ec992503d754e607d6cebf8c;p=ccan diff --git a/ccan/tdb/test/logging.h b/ccan/tdb/test/logging.h new file mode 100644 index 00000000..6745a327 --- /dev/null +++ b/ccan/tdb/test/logging.h @@ -0,0 +1,10 @@ +#ifndef TDB_TEST_LOGGING_H +#define TDB_TEST_LOGGING_H +#include +#include + +extern bool suppress_logging; +extern const char *log_prefix; +extern struct tdb_logging_context taplogctx; + +#endif /* TDB_TEST_LOGGING_H */