summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/ngx.process.lua
blob: c88279496831a7cde15a9229c8d48c4c3930979c (plain)
1
2
3
4
5
6
7
8
---@meta
ngx_process={}
function ngx_process.get_master_pid() end
function ngx_process.enable_privileged_agent() end
function ngx_process.type() end
function ngx_process.signal_graceful_exit() end
ngx_process.version="0.1.17"
return ngx_process