Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore


Modified Files:
        Ecore.h 


Log Message:
Preperation for line buffering, coming soon.  Just gotta spend the rest of the 
day testing it.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore/Ecore.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- Ecore.h     9 Nov 2005 13:57:45 -0000       1.28
+++ Ecore.h     16 Dec 2005 01:11:24 -0000      1.29
@@ -102,6 +102,7 @@
    typedef struct _Ecore_Event_Signal_Exit     Ecore_Event_Signal_Exit; /**< 
Exit signal event */
    typedef struct _Ecore_Event_Signal_Power    Ecore_Event_Signal_Power; /**< 
Power signal event */
    typedef struct _Ecore_Event_Signal_Realtime Ecore_Event_Signal_Realtime; 
/**< Realtime signal event */
+   typedef struct _Ecore_Event_Exe_Data_Line   Ecore_Event_Exe_Data_Line; /**< 
Lines from a child process */
    typedef struct _Ecore_Event_Exe_Data        Ecore_Event_Exe_Data; /**< Data 
from a child process */
 
 #ifndef WIN32
@@ -168,11 +169,18 @@
      };
 
 #ifndef WIN32
+   struct _Ecore_Event_Exe_Data_Line /**< Lines from a child process */
+      {
+         char *line;
+        int   size;
+      };
+
    struct _Ecore_Event_Exe_Data /** Data from a child process event */
      {
        Ecore_Exe *exe; /**< The handle to the process */
        void *data; /**< the raw binary data from the child process that was 
recieved */
        int   size; /**< the size of this data in bytes */
+       Ecore_Event_Exe_Data_Line *lines; /**< an array of line data if line 
buffered */
      };
 #endif
    




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to