iostats: more procs

This commit is contained in:
cinap_lenrek 2014-06-28 17:53:57 +02:00
parent ec572a53a9
commit d8c75e45de

View file

@ -5,7 +5,7 @@
#define DEBUGFILE "iostats.out" #define DEBUGFILE "iostats.out"
#define DONESTR "done" #define DONESTR "done"
#define DEBUG if(!dbg){}else fprint #define DEBUG if(!dbg){}else fprint
#define MAXPROC 16 #define MAXPROC 64
#define FHASHSIZE 64 #define FHASHSIZE 64
#define fidhash(s) fhash[s%FHASHSIZE] #define fidhash(s) fhash[s%FHASHSIZE]