mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Track special disk accesses.
This commit is contained in:
@@ -35,6 +35,7 @@ enum JobType
|
||||
// special types not dispatched by the job pool
|
||||
jtCLIENT = 10,
|
||||
jtPEER = 11,
|
||||
jtDISK = 12,
|
||||
};
|
||||
#define NUM_JOB_TYPES 16
|
||||
|
||||
|
||||
Reference in New Issue
Block a user