1 | /* |
1 | /* |
2 | * libev native API header |
2 | * libev native API header |
3 | * |
3 | * |
4 | * Copyright (c) 2007,2008,2009,2010,2011 Marc Alexander Lehmann <libev@schmorp.de> |
4 | * Copyright (c) 2007,2008,2009,2010,2011,2012 Marc Alexander Lehmann <libev@schmorp.de> |
5 | * All rights reserved. |
5 | * All rights reserved. |
6 | * |
6 | * |
7 | * Redistribution and use in source and binary forms, with or without modifica- |
7 | * Redistribution and use in source and binary forms, with or without modifica- |
8 | * tion, are permitted provided that the following conditions are met: |
8 | * tion, are permitted provided that the following conditions are met: |
9 | * |
9 | * |
… | |
… | |
197 | #endif |
197 | #endif |
198 | |
198 | |
199 | /*****************************************************************************/ |
199 | /*****************************************************************************/ |
200 | |
200 | |
201 | #define EV_VERSION_MAJOR 4 |
201 | #define EV_VERSION_MAJOR 4 |
202 | #define EV_VERSION_MINOR 4 |
202 | #define EV_VERSION_MINOR 11 |
203 | |
203 | |
204 | /* eventmask, revents, events... */ |
204 | /* eventmask, revents, events... */ |
205 | enum { |
205 | enum { |
206 | EV_UNDEF = 0xFFFFFFFF, /* guaranteed to be invalid */ |
206 | EV_UNDEF = 0xFFFFFFFF, /* guaranteed to be invalid */ |
207 | EV_NONE = 0x00, /* no events */ |
207 | EV_NONE = 0x00, /* no events */ |