Need to store the flags for later.

SVN revision: 17953
This commit is contained in:
David Walter Seikel 2005-10-25 07:21:52 +00:00
parent 0973aae412
commit 8fc7865bc0
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ struct _Ecore_Exe
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 */