[X2Go-Commits] [libx2goclient] 34/44: src/x2goclient-network-ssh.c: check timeout is not an idle source, rename unwrapping function to x2goclient_network_ssh_start_check_timeout_unwrap.

git-admin at x2go.org git-admin at x2go.org
Fri Sep 18 01:55:39 CEST 2020


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository libx2goclient.

commit 1a1e7d0ed0ded0580c36e462f6e0ae6a0960163f
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Sep 16 05:42:12 2020 +0200

    src/x2goclient-network-ssh.c: check timeout is not an idle source, rename unwrapping function to x2goclient_network_ssh_start_check_timeout_unwrap.
---
 src/x2goclient-network-ssh.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/x2goclient-network-ssh.c b/src/x2goclient-network-ssh.c
index eb6d3fd..9eb96ae 100644
--- a/src/x2goclient-network-ssh.c
+++ b/src/x2goclient-network-ssh.c
@@ -162,7 +162,7 @@ static void x2goclient_network_ssh_check_timeout_data_free (struct x2goclient_ne
 static gpointer x2goclient_network_ssh_check_timeout_thread_main (const gpointer user_data);
 static gboolean x2goclient_network_ssh_start_check_timeout (X2GoClientNetworkSSH * const self, GError ** const gerr);
 static void x2goclient_network_ssh_start_check_timeout_invoke (X2GoClientNetworkSSH * const self, GError ** const gerr);
-static gboolean x2goclient_network_ssh_start_check_timeout_idle_unwrap (const gpointer user_data);
+static gboolean x2goclient_network_ssh_start_check_timeout_unwrap (const gpointer user_data);
 static gboolean x2goclient_network_ssh_start_check_timeout_real (X2GoClientNetworkSSH * const self, GError ** const gerr);
 static gboolean x2goclient_network_ssh_check_timeout (const gpointer self);
 
@@ -1488,11 +1488,11 @@ static void x2goclient_network_ssh_start_check_timeout_invoke (X2GoClientNetwork
   data->gerr = gerr;
 
   g_main_context_invoke_full (self->check_thread_context, G_PRIORITY_DEFAULT,
-                              &x2goclient_network_ssh_start_check_timeout_idle_unwrap,
+                              &x2goclient_network_ssh_start_check_timeout_unwrap,
                               data, (GDestroyNotify) x2goclient_network_ssh_check_timeout_data_free);
 }
 
-static gboolean x2goclient_network_ssh_start_check_timeout_idle_unwrap (const gpointer user_data) {
+static gboolean x2goclient_network_ssh_start_check_timeout_unwrap (const gpointer user_data) {
   gboolean ret = G_SOURCE_CONTINUE;
 
   const struct x2goclient_network_ssh_check_timeout_data *data = user_data;

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git


More information about the x2go-commits mailing list