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

#include <taimsg.h>

Data Fields

enum taireqtype type
 
struct playerplr
 
void * data
 

Detailed Description

Definition at line 39 of file taimsg.h.

Field Documentation

◆ data

void* tai_req::data

Definition at line 43 of file taimsg.h.

Referenced by tai_req_worker_task_rcv(), and tai_send_req().

◆ plr

struct player* tai_req::plr

Definition at line 42 of file taimsg.h.

Referenced by tai_refresh(), tai_req_worker_task_rcv(), and tai_send_req().

◆ type

enum taireqtype tai_req::type

Definition at line 41 of file taimsg.h.

Referenced by tai_refresh(), and tai_send_req().