Begin tying in the new transaction queue code.

This commit is contained in:
JoelKatz
2012-12-19 11:31:33 -08:00
parent edcd8286d2
commit cc7b1434c7
9 changed files with 118 additions and 4 deletions

View File

@@ -68,7 +68,7 @@ public:
// Transaction execution interface
void getJob(TXQEntry::pointer&);
bool stopProcessing();
bool stopProcessing(TXQEntry::ref finishedJob);
};
#endif