Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

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


Modified Files:
        ecore_private.h 


Log Message:


add mroe members

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore/ecore_private.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- ecore_private.h     24 Oct 2005 08:53:50 -0000      1.20
+++ ecore_private.h     24 Oct 2005 09:02:21 -0000      1.21
@@ -146,8 +146,10 @@
    void        *data;
    char        *tag;
    Ecore_Fd_Handler *fd_handler; /* FIXME: the fd_handler to handle read/write 
to child - if this was used, or NULL if not */
-   void         *data_buf; /* FIXME: a data buffer for data to write to the 
child - realloced as needed for more data and flushed when the fd handler says 
writes are possible */
-   int           data_size; /* FIXME: the size in bytes of the data buffer */
+   void         *write_data_buf; /* FIXME: a data buffer for data to write to 
the child - realloced as needed for more data and flushed when the fd handler 
says writes are possible */
+   int           write_data_size; /* FIXME: the size in bytes of the data 
buffer */
+   void         *read_data_buf; /* FIXME: data read from the child awating 
delivery to an event */
+   int           read_data_size; /* FIXME: data read from child in bytes */
    int           child_fd_write; /* FIXME: fd to write TO to send data to the 
child */
    int           child_fd_read; /* FIXME: fd to read FROM whne child has send 
us (parent) data */
 };




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to