[Spice-devel] [PATCH spice-gtk] gio-coroutine: Make waitFuncs static

Frediano Ziglio fziglio at redhat.com
Fri Apr 13 14:23:00 UTC 2018


Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 src/gio-coroutine.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gio-coroutine.c b/src/gio-coroutine.c
index 1322f01..86623c3 100644
--- a/src/gio-coroutine.c
+++ b/src/gio-coroutine.c
@@ -118,7 +118,7 @@ static gboolean g_condition_wait_dispatch(GSource *src G_GNUC_UNUSED,
     return cb(data);
 }
 
-GSourceFuncs waitFuncs = {
+static GSourceFuncs waitFuncs = {
     .prepare = g_condition_wait_prepare,
     .check = g_condition_wait_check,
     .dispatch = g_condition_wait_dispatch,
-- 
2.14.3



More information about the Spice-devel mailing list