2018-04-07 01:49:27 +10:00
|
|
|
#ifndef SWAY_DEBUG_H
|
|
|
|
#define SWAY_DEBUG_H
|
|
|
|
|
2018-07-15 01:24:22 +10:00
|
|
|
// Tree
|
2018-04-07 01:49:27 +10:00
|
|
|
extern bool enable_debug_tree;
|
|
|
|
void update_debug_tree();
|
|
|
|
|
2018-07-15 01:24:22 +10:00
|
|
|
// Damage
|
|
|
|
extern const char *damage_debug;
|
|
|
|
|
|
|
|
// Transactions
|
|
|
|
extern int txn_timeout_ms;
|
|
|
|
extern bool txn_debug;
|
|
|
|
|
2018-04-07 01:49:27 +10:00
|
|
|
#endif
|