summaryrefslogtreecommitdiff
path: root/echo-nginx-module-0.63/src/ngx_http_echo_timer.h
blob: b6e7ff36825ab253c91397287187dd2f5f81c700 (plain)
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 */