mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
server/tests/basic_event_loop: print something on channel_event
This commit is contained in:
parent
5ec8515508
commit
7e3fb815cc
@ -115,7 +115,8 @@ static void watch_remove(SpiceWatch *watch)
|
||||
|
||||
static void channel_event(int event, SpiceChannelEventInfo *info)
|
||||
{
|
||||
NOT_IMPLEMENTED
|
||||
DPRINTF(0, "channel event con, type, id, event: %ld, %d, %d, %d\n",
|
||||
info->connection_id, info->type, info->id, event);
|
||||
}
|
||||
|
||||
SpiceTimer *get_next_timer(void)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user