Freeciv-3.3
|
Data Fields | |
int | num_players |
struct texai_msgs | msgs_to |
struct texai_reqs | reqs_from |
bool | thread_running |
fc_thread | ait |
Definition at line 55 of file texaiplayer.c.
fc_thread texai_thr::ait |
Definition at line 61 of file texaiplayer.c.
Referenced by texai_control_gained(), and texai_control_lost().
struct texai_msgs texai_thr::msgs_to |
Definition at line 58 of file texaiplayer.c.
Referenced by texai_check_messages(), texai_control_gained(), texai_control_lost(), texai_msg_to_thr(), and texai_thread_start().
int texai_thr::num_players |
Definition at line 57 of file texaiplayer.c.
Referenced by texai_control_gained(), texai_control_lost(), and texai_init_threading().
struct texai_reqs texai_thr::reqs_from |
Definition at line 59 of file texaiplayer.c.
Referenced by texai_control_gained(), texai_control_lost(), texai_refresh(), and texai_req_from_thr().
bool texai_thr::thread_running |
Definition at line 60 of file texaiplayer.c.
Referenced by texai_control_gained(), texai_control_lost(), texai_init_threading(), texai_refresh(), and texai_thread_running().