mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-12 19:18:11 +00:00
Fix typo in variable name in function prototype
num_common_cap rather than num_common_caps was not consistent with the naming of the other arguments. Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
aa87700682
commit
a33f874249
@ -184,7 +184,7 @@ typedef uint64_t (*channel_handle_migrate_data_get_serial_proc)(RedChannelClient
|
||||
|
||||
|
||||
typedef void (*channel_client_connect_proc)(RedChannel *channel, RedClient *client, RedsStream *stream,
|
||||
int migration, int num_common_cap, uint32_t *common_caps,
|
||||
int migration, int num_common_caps, uint32_t *common_caps,
|
||||
int num_caps, uint32_t *caps);
|
||||
typedef void (*channel_client_disconnect_proc)(RedChannelClient *base);
|
||||
typedef void (*channel_client_migrate_proc)(RedChannelClient *base);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user