File: ngx_http_echo_timer.h

package info (click to toggle)
libnginx-mod-http-echo 1%3A0.63-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 504 kB
  • sloc: ansic: 3,233; sh: 114; perl: 96; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 336 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef ECHO_TIMER_H
#define ECHO_TIMER_H

#include "ngx_http_echo_module.h"

ngx_int_t ngx_http_echo_timer_elapsed_variable(ngx_http_request_t *r,
        ngx_http_variable_value_t *v, uintptr_t data);

ngx_int_t ngx_http_echo_exec_echo_reset_timer(ngx_http_request_t *r,
        ngx_http_echo_ctx_t *ctx);

#endif /* ECHO_TIMER_H */