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

Public Attributes

void * data
 
enum packet_type type
 

Detailed Description

Definition at line 208 of file sernet.cpp.

Member Data Documentation

◆ data

void* packet_to_handle::data

Definition at line 209 of file sernet.cpp.

Referenced by get_packet(), and incoming_client_packets().

◆ type

enum packet_type packet_to_handle::type

Definition at line 209 of file sernet.cpp.

Referenced by get_packet(), and incoming_client_packets().