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