Code cleanup

darcs-hash:20051215135902-ac50b-e9fc18bca34459ddb56e970a16c05e9b3cc54848.gz
This commit is contained in:
axel
2005-12-15 23:59:02 +10:00
parent e4a95cb989
commit fa75fc3901
5 changed files with 176 additions and 126 deletions

View File

@@ -17,6 +17,9 @@
*/
#define EVENT_ANY_PID 0
/**
Enumeration of event types
*/
enum
{
EVENT_ANY, /**< Matches any event type (Not always any event, as the function name may limit the choice as well */
@@ -40,6 +43,10 @@ typedef struct
Type of event
*/
int type;
/**
The type-specific parameter
*/
union
{
/**