~ubuntu-branches/ubuntu/maverick/nginx/maverick

« back to all changes in this revision

Viewing changes to src/event/modules/ngx_rtsig_module.c

  • Committer: Daniel Holbach
  • Date: 2010-07-22 07:45:20 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: daniel.holbach@canonical.com-20100722074520-lzfoz7cctw91gik7
Merging shared upstream rev into target branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
323
323
                       "rtsig signo:%d", signo);
324
324
 
325
325
        if (flags & NGX_UPDATE_TIME) {
326
 
            ngx_time_update(0, 0);
 
326
            ngx_time_update();
327
327
        }
328
328
 
329
329
        if (err == NGX_EAGAIN) {
349
349
                   signo, si.si_fd, si.si_band);
350
350
 
351
351
    if (flags & NGX_UPDATE_TIME) {
352
 
        ngx_time_update(0, 0);
 
352
        ngx_time_update();
353
353
    }
354
354
 
355
355
    rtscf = ngx_event_get_conf(ngx_cycle->conf_ctx, ngx_rtsig_module);
419
419
 
420
420
    } else if (signo == SIGALRM) {
421
421
 
422
 
        ngx_time_update(0, 0);
 
422
        ngx_time_update();
423
423
 
424
424
        return NGX_OK;
425
425
 
671
671
    }
672
672
 
673
673
    if (flags & NGX_UPDATE_TIME) {
674
 
        ngx_time_update(0, 0);
 
674
        ngx_time_update();
675
675
    }
676
676
 
677
677
    ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,