mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-24 01:01:58 +00:00
Make red_channel_client_clear_sent_item static
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
parent
b1476746d4
commit
7f570579e5
@ -1755,7 +1755,7 @@ int red_channel_is_connected(RedChannel *channel)
|
||||
return channel && (channel->clients_num > 0);
|
||||
}
|
||||
|
||||
void red_channel_client_clear_sent_item(RedChannelClient *rcc)
|
||||
static void red_channel_client_clear_sent_item(RedChannelClient *rcc)
|
||||
{
|
||||
if (rcc->send_data.item) {
|
||||
red_pipe_item_unref(rcc->send_data.item);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user