bolt: Try to fix build after sys::Program API change
Hopefully fixes build after 15a6e3c636
This commit is contained in:
committed by
Matt Arsenault
parent
2ac37df5d7
commit
6be2db6ca5
@@ -199,10 +199,10 @@ void DataAggregator::abort() {
|
||||
std::string Error;
|
||||
|
||||
// Kill subprocesses in case they are not finished
|
||||
sys::Wait(TaskEventsPPI.PI, 1, false, &Error);
|
||||
sys::Wait(MMapEventsPPI.PI, 1, false, &Error);
|
||||
sys::Wait(MainEventsPPI.PI, 1, false, &Error);
|
||||
sys::Wait(MemEventsPPI.PI, 1, false, &Error);
|
||||
sys::Wait(TaskEventsPPI.PI, 1, &Error);
|
||||
sys::Wait(MMapEventsPPI.PI, 1, &Error);
|
||||
sys::Wait(MainEventsPPI.PI, 1, &Error);
|
||||
sys::Wait(MemEventsPPI.PI, 1, &Error);
|
||||
|
||||
deleteTempFiles();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user