Freeciv-3.3
|
#include <packets.h>
Data Fields | ||
union { | ||
int(* no_packet )(struct connection *pconn) | ||
int(* packet )(struct connection *pconn, const void *packet) | ||
int(* force_to_send )(struct connection *pconn, const void *packet, bool force_to_send) | ||
} | send [PACKET_LAST] | |
void *(* | receive [PACKET_LAST])(struct connection *pconn) | |
int(* packet_handlers::no_packet) (struct connection *pconn) |
void *(* packet_handlers::receive[PACKET_LAST])(struct connection *pconn) |
union { ... } packet_handlers::send[PACKET_LAST] |