Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : libs/ecore

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


Modified Files:
        ecore_private.h 


Log Message:
Need to store the flags for later.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore/ecore_private.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- ecore_private.h     24 Oct 2005 09:02:21 -0000      1.21
+++ ecore_private.h     25 Oct 2005 07:21:52 -0000      1.22
@@ -145,6 +145,7 @@
    pid_t        pid;
    void        *data;
    char        *tag;
+   Ecore_Exe_Flags  flags;
    Ecore_Fd_Handler *fd_handler; /* FIXME: the fd_handler to handle read/write 
to child - if this was used, or NULL if not */
    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 */




-------------------------------------------------------
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