comparison src/event/ngx_event.h @ 1441:bba095216a59

style fix
author Igor Sysoev <igor@sysoev.ru>
date Fri, 31 Aug 2007 09:41:45 +0000
parents f69d1aab6a0f
children a53290568fdf
comparison
equal deleted inserted replaced
1440:576921748c9a 1441:bba095216a59
288 288
289 /* 289 /*
290 * All event filters on file descriptor are deleted after a notification: 290 * All event filters on file descriptor are deleted after a notification:
291 * Solaris 10's event ports. 291 * Solaris 10's event ports.
292 */ 292 */
293 #define NGX_USE_EVENTPORT_EVENT 0x00001000 293 #define NGX_USE_EVENTPORT_EVENT 0x00001000
294 294
295 295
296 296
297 /* 297 /*
298 * The event filter is deleted before the closing file. 298 * The event filter is deleted before the closing file.