Enlightenment CVS committal
Author : chaos
Project : e17
Module : apps/evfs
Dir : e17/apps/evfs/src/bin
Modified Files:
evfs_worker.c
Log Message:
* Misc/EvfsStat
===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/bin/evfs_worker.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- evfs_worker.c 16 Aug 2007 12:29:00 -0000 1.4
+++ evfs_worker.c 20 Aug 2007 11:08:17 -0000 1.5
@@ -513,22 +513,19 @@
if (argc > 0) {
if (strstr(argv[0] , "worker")) {
worker_client->id = atoi(argv[1]);
- printf("Created new worker, ID: %d\n", worker_client->id);
} else {
worker_client->id = atoi(argv[0]);
- printf("Created new worker, ID: %d\n", worker_client->id);
}
}
- printf("Created new worker, ID: %d\n", worker_client->id);
server_data = ecore_event_handler_add(ECORE_IPC_EVENT_SERVER_DATA,
ipc_server_data,
NULL);
worker_client->master = ecore_ipc_server_connect(ECORE_IPC_LOCAL_USER,
EVFS_WOR_TITLE, 0,
NULL);
+
/*We're going to be sending *quite* a lot of data*/
- ecore_ipc_server_data_size_max_set(worker_client->master,1000000);
+ ecore_ipc_server_data_size_max_set(worker_client->master,-1);
- printf("Created new worker, ID: %d\n", worker_client->id);
printf("Connected to %p\n", worker_client->master);
ecore_main_loop_begin();
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs