ksys/act: Add more BaseProcMgr functions

This commit is contained in:
Léo Lam
2021-03-16 11:42:49 +01:00
parent 7fc889714e
commit 298fa86491
11 changed files with 371 additions and 74 deletions
+1 -1
View File
@@ -229,7 +229,7 @@ bool BaseProc::canWakeUp_() {
return true;
}
void BaseProc::queueExtraJobPush_(JobType type) {
void BaseProc::queueExtraJobPush_(JobType type, int idx) {
if (!isDeletedOrDeleting())
BaseProcMgr::instance()->queueExtraJobPush(&getJobHandler(type)->getLink());
}