diff options
author | Evan Prodromou <evan@status.net> | 2009-09-21 14:29:43 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-09-21 14:29:43 -0400 |
commit | 6a088afd4be4076a31e8713ed96ac62060bf7278 (patch) | |
tree | 3f6da4d5bc05ad7146ef9f0b23022abf2dd5bbb8 /EVENTS.txt | |
parent | eb41d9e5da6a9d1e9b31ca017b5534eb6bd25b32 (diff) |
you can add a daemon to getvaliddaemons
Diffstat (limited to 'EVENTS.txt')
-rw-r--r-- | EVENTS.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/EVENTS.txt b/EVENTS.txt index 56f91f87a..d3b58ffb0 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -264,4 +264,7 @@ EndEnqueueNotice: after adding a notice to the queues UnqueueHandleNotice: Handle a notice when no queue manager is available - $notice: the notice to handle -- $queue: the "queue" that is being executed
\ No newline at end of file +- $queue: the "queue" that is being executed + +GetValidDaemons: Just before determining which daemons to run +- &$daemons: modifiable list of daemon scripts to run, filenames relative to scripts/ |