NAME
YEventServerStats - Y server stats event structures
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.
SEE ALSO
YEvent(3) YEventAudioChange(3) YEventCycleChange(3) YEventDisconnect(3)
YEventHost(3) YEventSoundKill(3) YEventMixer(3) YEventSoundPlay(3)
YEventSoundObjectAttributes(3) YEventShutdown(3) YEventSync(3)
YEventAudioStats(3) YEventYSHMSound(3) YEventAudioCDStats(3)
YGetNextEvent(3) YPutBackEvent(3)