mirror of https://github.com/BOINC/boinc.git
- wrapper: compile fix
svn path=/trunk/boinc/; revision=23088
This commit is contained in:
parent
1d1bc5d0e8
commit
b3f00f94f7
|
@ -532,6 +532,8 @@ void TASK::kill() {
|
||||||
}
|
}
|
||||||
sleep(1);
|
sleep(1);
|
||||||
}
|
}
|
||||||
|
vector<int> descendants;
|
||||||
|
get_descendants(getpid(), descendants);
|
||||||
kill_all(descendants);
|
kill_all(descendants);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue