[svn r212] Fixes GThread problem. trunk
authorrosfran
Wed Dec 06 21:50:34 2006 +0000 (2006-12-06)
branchtrunk
changeset 2118ba1ddedfa22
parent 210 b3c3e10c3293
child 212 49ba93ca4586
[svn r212] Fixes GThread problem.
gmyth/src/gmyth_monitor_handler.c
     1.1 --- a/gmyth/src/gmyth_monitor_handler.c	Wed Dec 06 20:50:15 2006 +0000
     1.2 +++ b/gmyth/src/gmyth_monitor_handler.c	Wed Dec 06 21:50:34 2006 +0000
     1.3 @@ -430,7 +430,7 @@
     1.4    monitor_th = g_thread_pool_new( (GFunc)gmyth_monitor_handler_listener, 
     1.5    					monitor->event_sock, 3, TRUE, NULL );
     1.6    					
     1.7 -  //g_thread_pool_push( monitor_th, monitor->event_sock, NULL ); 
     1.8 +  g_thread_pool_push( monitor_th, monitor->event_sock, NULL ); 
     1.9    					
    1.10    //if ( ( ret = g_thread_join( monitor_th ) ) == FALSE )
    1.11    if ( monitor_th != NULL )