diff options
| author | Jeff Carr <[email protected]> | 2024-02-12 15:15:42 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-12 15:15:42 -0600 |
| commit | 54dcbee6f11af4f8d746dfe85405683984fa2fa4 (patch) | |
| tree | b7f5ea2638a8ce8b5867cf487a4ab02974af6af2 /plugin.go | |
| parent | c7ea23ddb6559030d0be98bff090bf919b0c4265 (diff) | |
add 'dead' to track plugin failure
Diffstat (limited to 'plugin.go')
| -rw-r--r-- | plugin.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ type aplug struct { // set this to true if the plugin dies // TODO: remove the plugin from the pool - dead bool + dead bool // this tells the toolkit plugin how to send events // back here |
