blob: e0f303ad70346496165358a74525fe7fc948bf29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#include "misc.h"
char errbuf[200];
char *progname;
int wantwarn = 0;
int dbg = 0;
// dbg = 1 : dump slugs
// dbg = 2 : dump ranges
// dbg = 4 : report function entry
// dbg = 8 : follow queue progress
// dbg = 16: follow page fill progress
|