Freeciv-3.1
|
#include <packets_gen.h>
Data Fields | |
int | connections |
int | conn_id [MAX_NUM_CONNECTIONS] |
float | ping_time [MAX_NUM_CONNECTIONS] |
Definition at line 888 of file packets_gen.h.
int packet_conn_ping_info::conn_id[MAX_NUM_CONNECTIONS] |
Definition at line 890 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 889 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 891 of file packets_gen.h.
Referenced by send_packet_conn_ping_info_100(), and send_ping_times_to_all().