mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc_samples/; revision=11583
This commit is contained in:
parent
92c596e6ee
commit
bf201745ed
|
@ -362,6 +362,9 @@ int main(int argc, char** argv) {
|
|||
while(1) {
|
||||
int status;
|
||||
if (task.poll(status)) {
|
||||
if (status) {
|
||||
fprintf(stderr, "app error: 0x%x\n", status);
|
||||
}
|
||||
boinc_finish(status);
|
||||
}
|
||||
poll_boinc_messages(task);
|
||||
|
|
Loading…
Reference in New Issue