mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Cleanups.
This commit is contained in:
@@ -70,7 +70,8 @@ public:
|
||||
|
||||
void addJob(JobType type, const boost::function<void(void)>& job);
|
||||
|
||||
int getJobCount(JobType t); // All jobs at or greater than this priority
|
||||
int getJobCount(JobType t); // Jobs at this priority
|
||||
int getJobCountGE(JobType t); // All jobs at or greater than this priority
|
||||
std::vector< std::pair<JobType, int> > getJobCounts();
|
||||
|
||||
void shutdown();
|
||||
|
||||
Reference in New Issue
Block a user