STRUCTURES
typedef struct {
int protocol_version_major;
int protocol_version_minor;
Coefficient cycle_load;
unsigned long start_time;
char vendor_name[YVendorNameMax];
char server_name[YServerNameMax];
char sound_name[YSoundNameMax];
/* More items to be added in future. */
} YEventServerStats;
This event is reported when the Y client requests server statistics. There may be additional members to this structure in the future.