comparison src/event/modules/ngx_select_module.c @ 178:a8ff48d26cca

nginx-0.0.1-2003-11-11-00:09:22 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 10 Nov 2003 21:09:22 +0000
parents ef8c87afcfc5
children 9f3a78b06c48
comparison
equal deleted inserted replaced
177:4db54fdbcbe7 178:a8ff48d26cca
312 312
313 #if (NGX_DEBUG_EVENT) 313 #if (NGX_DEBUG_EVENT)
314 ngx_log_debug(log, "select ready %d" _ ready); 314 ngx_log_debug(log, "select ready %d" _ ready);
315 #endif 315 #endif
316 316
317 /* TODO: time */
318
317 if (timer) { 319 if (timer) {
318 #if (HAVE_SELECT_CHANGE_TIMEOUT) 320 #if (HAVE_SELECT_CHANGE_TIMEOUT)
319 delta = timer - (tv.tv_sec * 1000 + tv.tv_usec / 1000); 321 delta = timer - (tv.tv_sec * 1000 + tv.tv_usec / 1000);
320 322
321 #if 0 323 #if 0