- wrapper: compile fix

svn path=/trunk/boinc/; revision=23088
This commit is contained in:
David Anderson 2011-02-23 00:31:15 +00:00
parent 1d1bc5d0e8
commit b3f00f94f7
1 changed files with 2 additions and 0 deletions

View File

@ -532,6 +532,8 @@ void TASK::kill() {
}
sleep(1);
}
vector<int> descendants;
get_descendants(getpid(), descendants);
kill_all(descendants);
#endif
}