# HG changeset patch # User rosfran # Date 1165441834 0 # Node ID 8ba1ddedfa2256f6f896828fd9ee201dda4e42ae # Parent b3c3e10c32935c1aab12c478b960e40f842ca681 [svn r212] Fixes GThread problem. diff -r b3c3e10c3293 -r 8ba1ddedfa22 gmyth/src/gmyth_monitor_handler.c --- a/gmyth/src/gmyth_monitor_handler.c Wed Dec 06 20:50:15 2006 +0000 +++ b/gmyth/src/gmyth_monitor_handler.c Wed Dec 06 21:50:34 2006 +0000 @@ -430,7 +430,7 @@ monitor_th = g_thread_pool_new( (GFunc)gmyth_monitor_handler_listener, monitor->event_sock, 3, TRUE, NULL ); - //g_thread_pool_push( monitor_th, monitor->event_sock, NULL ); + g_thread_pool_push( monitor_th, monitor->event_sock, NULL ); //if ( ( ret = g_thread_join( monitor_th ) ) == FALSE ) if ( monitor_th != NULL )