Warning:
Can't synchronize with the repository (Unsupported version control system "svn": "/usr/lib64/libsvn_ra_neon-1.so.0: undefined symbol: svn_compat_wrap_file_rev_handler" ). Look in the Trac log for more information.
typedef struct _v3_event {
uint16_t type;
time_t timestamp;
struct {
uint8_t percent;
char message[256];
} status;
struct {
uint16_t code;
uint8_t disconnected;
char message[512];
} error;
uint16_t ping;
struct {
uint16_t id;
uint16_t privchat_user1;
uint16_t privchat_user2;
} user;
struct {
uint16_t id;
} channel;
struct {
uint16_t id;
uint16_t id2;
} account;
struct {
char name[32];
char password[32];
char phonetic[32];
char comment[128];
char url[128];
char integration_text[128];
} text;
uint32_t flags;
struct {
uint32_t length;
uint16_t send_type;
uint32_t rate;
} pcm;
struct {
uint16_t property;
uint8_t value;
} serverproperty;
union {
struct {
v3_permissions perms;
char username[32];
char owner[32];
char notes[256];
char lock_reason[128];
int chan_admin_count;
uint16_t chan_admin[32];
int chan_auth_count;
uint16_t chan_auth[32];
} account;
struct {
uint16_t id;
uint16_t parent;
uint8_t unknown_1;
uint8_t password_protected;
uint16_t unknown_2;
uint16_t allow_recording;
uint16_t allow_cross_channel_transmit;
uint16_t allow_paging;
uint16_t allow_wave_file_binds;
uint16_t allow_tts_binds;
uint16_t allow_u2u_transmit;
uint16_t disable_guest_transmit;
uint16_t disable_sound_events;
uint16_t voice_mode;
uint16_t transmit_time_limit;
uint16_t allow_phantoms;
uint16_t max_clients;
uint16_t allow_guests;
uint16_t inactive_exempt;
uint16_t protect_mode;
uint16_t transmit_rank_level;
uint16_t channel_codec;
uint16_t channel_format;
uint16_t allow_voice_target;
uint16_t allow_command_target;
} channel;
struct {
uint16_t id;
uint16_t level;
} rank;
int16_t sample16[8192];
uint8_t sample[16384];
char motd[2048];
char chatmessage[256];
char reason[128];
} data;
v3_event *next;
} v3_event;
Download in other formats: