]> git.kaiwu.me - njs.git/commit
Allowing to create repeatable events.
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 11 Sep 2018 12:34:25 +0000 (15:34 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 11 Sep 2018 12:34:25 +0000 (15:34 +0300)
commit185aa911803f26622a38d7e55060da4cc9fbb664
tree3b41db3ed8a31974e0e92f066df44d016cac11f6
parent6af4c90b0b6c0810411b27994e0668e39956071a
Allowing to create repeatable events.

njs_vm_add_event() prototype is extended to allow creating
oneshot vs repeatable events.
nginx/ngx_http_js_module.c
njs/njs.c
njs/njs.h
njs/njs_event.h
njs/njs_time.c