[Spice-devel] [PATCH 21/23] make red_channel_client_clear_sent_item static
Jonathon Jongsma
jjongsma at redhat.com
Tue May 17 20:10:39 UTC 2016
Acked-by: Jonathon Jongsma <jjongsma at redhat.com>
On Mon, 2016-05-16 at 14:31 +0100, Frediano Ziglio wrote:
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> ---
> server/red-channel.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/server/red-channel.c b/server/red-channel.c
> index b7ec11e..77eb4be 100644
> --- a/server/red-channel.c
> +++ b/server/red-channel.c
> @@ -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);
More information about the Spice-devel
mailing list