Freeciv-3.2
|
#include <packets_gen.h>
Data Fields | |
int | connections |
int | conn_id [MAX_NUM_CONNECTIONS] |
float | ping_time [MAX_NUM_CONNECTIONS] |
Definition at line 862 of file packets_gen.h.
int packet_conn_ping_info::conn_id[MAX_NUM_CONNECTIONS] |
Definition at line 864 of file packets_gen.h.
Referenced by send_packet_conn_ping_info_100(), and send_ping_times_to_all().
int packet_conn_ping_info::connections |
Definition at line 863 of file packets_gen.h.
Referenced by send_packet_conn_ping_info_100(), and send_ping_times_to_all().
float packet_conn_ping_info::ping_time[MAX_NUM_CONNECTIONS] |
Definition at line 865 of file packets_gen.h.
Referenced by send_packet_conn_ping_info_100(), and send_ping_times_to_all().