7 #define _PROCWAIT_HPP_ 1
15 ProcWait(
const int64_t num_processes );
20 void AddProcess( pid_t process );
24 void WaitForChildren();
27 std::vector< pid_t > proc_list;
ProcWait(const int64_t num_processes)
Definition: procwait.cpp:21
Definition: procwait.hpp:13