Freeciv-3.1
Loading...
Searching...
No Matches
Data Fields
tai_msgs Struct Reference

#include <taiplayer.h>

Data Fields

fc_thread_cond thr_cond
 
fc_mutex mutex
 
struct taimsg_list * msglist
 

Detailed Description

Definition at line 30 of file taiplayer.h.

Field Documentation

◆ msglist

struct taimsg_list* tai_msgs::msglist

◆ mutex

fc_mutex tai_msgs::mutex

Definition at line 33 of file taiplayer.h.

Referenced by tai_control_gained(), tai_control_lost(), tai_msg_to_thr(), and tai_thread_start().

◆ thr_cond

fc_thread_cond tai_msgs::thr_cond

Definition at line 32 of file taiplayer.h.

Referenced by tai_control_gained(), tai_control_lost(), tai_msg_to_thr(), and tai_thread_start().