From 8e0847a876817a4d7d20972a8d3016cd5aa62b74 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Thu, 12 Jul 2012 12:57:27 +0000 Subject: [PATCH] Implementando versão android --- iocallback.c | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/iocallback.c b/iocallback.c index 754eefe..51dbde4 100644 --- a/iocallback.c +++ b/iocallback.c @@ -142,6 +142,7 @@ static void * static_AddTimeOut(unsigned long interval, H3270 *session, void (*p t->fn = proc; t->session = session; + trace("Adding timeout with %ld ms",interval); g_timeout_add_full(G_PRIORITY_DEFAULT, (guint) interval, (GSourceFunc) do_timer, t, g_free); return t; -- libgit2 0.21.2