Freeciv-3.4
Loading...
Searching...
No Matches
Data Fields
fc_thread_wrap_data Struct Reference

Data Fields

voidarg
 
void(* func )(void *arg)
 

Detailed Description

Definition at line 58 of file fcthread.c.

Field Documentation

◆ arg

void* fc_thread_wrap_data::arg

Definition at line 59 of file fcthread.c.

Referenced by fc_thread_start(), and fc_thread_wrapper().

◆ func

void(* fc_thread_wrap_data::func) (void *arg)

Definition at line 60 of file fcthread.c.

Referenced by fc_thread_start(), and fc_thread_wrapper().