summaryrefslogtreecommitdiff
path: root/src/spawn.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-10-29 07:28:12 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-06 07:44:54 -0500
commit18b438cf27a552e69e984bfee63187b6471682ab (patch)
tree9738198af8236de09387699027ed5a36535561d0 /src/spawn.h
parentbff5a22f48b933fe9eba3a15497882ddf2a03990 (diff)
split to getRunningUSVFSProcesses()
simplified waitForAllUSVFSProcesses() to always get the list of running processes after one process completes
Diffstat (limited to 'src/spawn.h')
-rw-r--r--src/spawn.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/spawn.h b/src/spawn.h
index 441cad2c..6b947f2f 100644
--- a/src/spawn.h
+++ b/src/spawn.h
@@ -136,6 +136,10 @@ enum class WaitResults
WaitResults waitForProcess(
HANDLE handle, DWORD* exitCode, ILockedWaitingForProcess* uilock);
+WaitResults waitForProcesses(
+ const std::vector<HANDLE>& handles, std::vector<DWORD>& exitCodes,
+ ILockedWaitingForProcess* uilock);
+
} // namespace