Freeciv-3.3
|
Go to the source code of this file.
Functions | |
void | worker_task_init (struct worker_task *ptask) |
bool | worker_task_is_sane (struct worker_task *ptask) |
void worker_task_init | ( | struct worker_task * | ptask | ) |
Initialize empty worker_task.
Definition at line 31 of file workertask.c.
Referenced by handle_worker_task(), and texai_req_worker_task_rcv().
bool worker_task_is_sane | ( | struct worker_task * | ptask | ) |
Returns TRUE iff the specified worker_task is sane.
Definition at line 40 of file workertask.c.
Referenced by handle_worker_task(), handle_worker_task(), sg_load_sanitycheck(), and sg_load_sanitycheck().