Move UNL timer processing to the JobQueue

This commit is contained in:
Vinnie Falco
2013-09-04 11:55:38 -07:00
parent 0950ef3984
commit 57d55cebe4
3 changed files with 48 additions and 34 deletions

View File

@@ -66,6 +66,7 @@ const char* Job::toString (JobType t)
case jtUPDATE_PF: return "updatePaths";
case jtCLIENT: return "clientCommand";
case jtTRANSACTION: return "transaction";
case jtUNL: return "unl";
case jtADVANCE: return "advanceLedger";
case jtPUBLEDGER: return "publishNewLedger";
case jtTXN_DATA: return "fetchTxnData";