Enlightenment CVS committal
Author : raster
Project : e17
Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore
Modified Files:
Ecore.h
Log Message:
fix a bug in ecore_ipc - damn.. how could that stay there? :)
and err - clean up some indenting etc...
trill - going to put n SSL server support too (ie ecore can act as SSL server
too) ?
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore/Ecore.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- Ecore.h 4 Apr 2004 19:53:19 -0000 1.10
+++ Ecore.h 14 Apr 2004 08:51:18 -0000 1.11
@@ -84,20 +84,20 @@
char exited : 1; /** < set to 1 if the process exited of its own
accord */
char signalled : 1; /** < set to 1 id the process exited due to uncaught
signal */
void *ext_data; /**< Extension data - not used */
- siginfo_t data; /**< Signal info */
+ siginfo_t data; /**< Signal info */
};
struct _Ecore_Event_Signal_User /** User signal event */
{
int number; /**< The signal number. Either 1 or 2 */
void *ext_data; /**< Extension data - not used */
- siginfo_t data; /**< Signal info */
+ siginfo_t data; /**< Signal info */
};
struct _Ecore_Event_Signal_Hup /** Hup signal event */
{
void *ext_data; /**< Extension data - not used */
- siginfo_t data; /**< Signal info */
+ siginfo_t data; /**< Signal info */
};
struct _Ecore_Event_Signal_Exit /** Exit request event */
@@ -106,7 +106,7 @@
int quit : 1; /**< set if the exit request was a quit signal */
int terminate : 1; /**< Set if the exit request was a terminate singal */
void *ext_data; /**< Extension data - not used */
- siginfo_t data; /**< Signal info */
+ siginfo_t data; /**< Signal info */
};
struct _Ecore_Event_Signal_Power /** Power event */
@@ -117,8 +117,8 @@
struct _Ecore_Event_Signal_Realtime /** Realtime event */
{
- int num; /**< The realtime signal's number */
- siginfo_t data; /**< Signal info */
+ int num; /**< The realtime signal's number */
+ siginfo_t data; /**< Signal info */
};
int ecore_init(void);
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs