Freeciv21
Develop your civilization from humble roots to a global empire
tai_req Struct Reference

#include <taimsg.h>

+ Collaboration diagram for tai_req:

Public Attributes

enum taireqtype type
 
struct playerplr
 
void * data
 

Detailed Description

Definition at line 37 of file taimsg.h.

Member Data Documentation

◆ data

void* tai_req::data

Definition at line 40 of file taimsg.h.

Referenced by tai_req_worker_task_rcv(), and tai_send_req().

◆ plr

struct player* tai_req::plr

Definition at line 39 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 34 of file taimsg.h.

Referenced by tai_refresh(), and tai_send_req().