repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tsocket_bsd: Attempt to increase the SO_SNDBUF if we get EMSGSIZE in sendto()
[Samba.git]
/
lib
/
tdb
/
test
/
logging.h
blob
89e77b21080efa03475c57ee6013369e62b70d84
1
#ifndef TDB_TEST_LOGGING_H
2
#define TDB_TEST_LOGGING_H
3
#include
"replace.h"
4
#include
"../include/tdb.h"
5
#include <stdbool.h>
6
7
extern
bool
suppress_logging
;
8
extern
const char
*
log_prefix
;
9
extern
struct
tdb_logging_context taplogctx
;
10
11
#endif
/* TDB_TEST_LOGGING_H */