Enlightenment CVS committal Author : raster Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_con Modified Files: ecore_con.c Log Message: still debugging =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_con/ecore_con.c,v retrieving revision 1.71 retrieving revision 1.72 diff -u -3 -r1.71 -r1.72 --- ecore_con.c 2 Jun 2006 07:29:53 -0000 1.71 +++ ecore_con.c 2 Jun 2006 07:56:42 -0000 1.72 @@ -447,6 +447,7 @@ e->server = svr; ecore_event_add(ECORE_CON_EVENT_SERVER_ADD, e, _ecore_con_event_server_add_free, NULL); + printf("SVR %p EVENTS %i\n", svr, svr->event_count); } } } @@ -992,6 +993,7 @@ e->client = cl; ecore_event_add(ECORE_CON_EVENT_CLIENT_ADD, e, _ecore_con_event_client_add_free, NULL); + printf("CL %p EVENTS %i\n", cl, cl->event_count); } } } @@ -1045,6 +1047,7 @@ e->server = svr; ecore_event_add(ECORE_CON_EVENT_SERVER_DEL, e, _ecore_con_event_server_del_free, NULL); + printf("SVR %p EVENTS %i\n", svr, svr->event_count); } } @@ -1156,6 +1159,7 @@ e->server = svr; ecore_event_add(ECORE_CON_EVENT_SERVER_ADD, e, _ecore_con_event_server_add_free, NULL); + printf("SVR %p EVENTS %i\n", svr, svr->event_count); } } if (svr->fd_handler) @@ -1265,6 +1269,7 @@ ecore_event_add(ECORE_CON_EVENT_SERVER_DATA, e, _ecore_con_event_server_data_free, NULL); + printf("SVR %p EVENTS %i\n", svr, svr->event_count); } } } @@ -1343,6 +1348,7 @@ ecore_event_add(ECORE_CON_EVENT_CLIENT_DATA, e, _ecore_con_event_client_data_free, NULL); + printf("CL %p EVENTS %i\n", cl, cl->event_count); } } } @@ -1363,6 +1369,7 @@ ecore_event_add(ECORE_CON_EVENT_CLIENT_DEL, e, _ecore_con_event_client_del_free, NULL); + printf("CL %p EVENTS %i\n", cl, cl->event_count); } } cl->dead = 1; @@ -1486,6 +1493,7 @@ e->client = cl; ecore_event_add(ECORE_CON_EVENT_CLIENT_DEL, e, _ecore_con_event_client_del_free, NULL); + printf("CL %p EVENTS %i\n", cl, cl->event_count); } cl->dead = 1; if (cl->fd_handler) _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs