Software / code / prosody
Comparison
core/features.lua @ 13455:2a001cd7f99a
core.features: Advertise that events are fired for SIGUSR1/2
Moved here from mod_posix since these events no longer originate there
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 02 Mar 2024 14:14:27 +0100 |
| parent | 13438:0a0dd2505baa |
| child | 13583:e77ef9a4604f |
comparison
equal
deleted
inserted
replaced
| 13454:b0c27628f588 | 13455:2a001cd7f99a |
|---|---|
| 24 "getopt-period"; | 24 "getopt-period"; |
| 25 "getopt-integer"; | 25 "getopt-integer"; |
| 26 | 26 |
| 27 -- new module.ready() | 27 -- new module.ready() |
| 28 "module-ready"; | 28 "module-ready"; |
| 29 | |
| 30 -- SIGUSR1 and 2 events | |
| 31 "signal-events"; | |
| 29 }; | 32 }; |
| 30 }; | 33 }; |