Freeciv-3.3
|
#include <packets_gen.h>
Data Fields | |
int | connections |
int | conn_id [MAX_NUM_CONNECTIONS] |
float | ping_time [MAX_NUM_CONNECTIONS] |
Definition at line 866 of file packets_gen.h.
int packet_conn_ping_info::conn_id[MAX_NUM_CONNECTIONS] |
Definition at line 868 of file packets_gen.h.
Referenced by send_ping_times_to_all().
int packet_conn_ping_info::connections |
Definition at line 867 of file packets_gen.h.
Referenced by send_ping_times_to_all().
float packet_conn_ping_info::ping_time[MAX_NUM_CONNECTIONS] |
Definition at line 869 of file packets_gen.h.
Referenced by send_ping_times_to_all().