#include <app_ipc.h>

Public Member Functions | |
| APP_INIT_DATA () | |
| APP_INIT_DATA (const APP_INIT_DATA &) | |
| APP_INIT_DATA & | operator= (const APP_INIT_DATA &) |
| void | copy (const APP_INIT_DATA &) |
| ~APP_INIT_DATA () | |
Public Attributes | |
| int | major_version |
| int | minor_version |
| int | release |
| int | app_version |
| char | app_name [256] |
| char | symstore [256] |
| char | acct_mgr_url [256] |
| char * | project_preferences |
| int | userid |
| int | teamid |
| int | hostid |
| char | user_name [256] |
| char | team_name [256] |
| char | project_dir [256] |
| char | boinc_dir [256] |
| char | wu_name [256] |
| char | authenticator [256] |
| int | slot |
| double | user_total_credit |
| double | user_expavg_credit |
| double | host_total_credit |
| double | host_expavg_credit |
| double | resource_share_fraction |
| HOST_INFO | host_info |
| PROXY_INFO | proxy_info |
| GLOBAL_PREFS | global_prefs |
| double | rsc_fpops_est |
| double | rsc_fpops_bound |
| double | rsc_memory_bound |
| double | rsc_disk_bound |
| double | computation_deadline |
| double | fraction_done_start |
| double | fraction_done_end |
| double | checkpoint_period |
| SHMEM_SEG_NAME | shmem_seg_name |
| double | wu_cpu_time |
| APP_INIT_DATA::APP_INIT_DATA | ( | ) |
| APP_INIT_DATA::APP_INIT_DATA | ( | const APP_INIT_DATA & | a | ) |

| APP_INIT_DATA::~APP_INIT_DATA | ( | ) |
| APP_INIT_DATA & APP_INIT_DATA::operator= | ( | const APP_INIT_DATA & | a | ) |

| void APP_INIT_DATA::copy | ( | const APP_INIT_DATA & | a | ) |

| char APP_INIT_DATA::app_name[256] |
| char APP_INIT_DATA::symstore[256] |
| char APP_INIT_DATA::acct_mgr_url[256] |
| char APP_INIT_DATA::user_name[256] |
| char APP_INIT_DATA::team_name[256] |
| char APP_INIT_DATA::project_dir[256] |
| char APP_INIT_DATA::boinc_dir[256] |
| char APP_INIT_DATA::wu_name[256] |
| char APP_INIT_DATA::authenticator[256] |
| double APP_INIT_DATA::rsc_fpops_est |
| double APP_INIT_DATA::wu_cpu_time |
1.5.6