]> git.sesse.net Git - freerainbowtables/blob - BOINC software/BOINC client apps/chain_checker/chain_checker.h
initial
[freerainbowtables] / BOINC software / BOINC client apps / chain_checker / chain_checker.h
1 #include "boinc_api.h"
2
3 struct UC_SHMEM {
4     double update_time;
5     double fraction_done;
6     double cpu_time;
7     BOINC_STATUS status;
8     int countdown;
9         // graphics app sets this to 5 repeatedly,
10         // main program decrements it once/sec.
11         // If it's zero, don't bother updating shmem
12 };