summaryrefslogtreecommitdiff
path: root/plugin.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-12 15:15:42 -0600
committerJeff Carr <[email protected]>2024-02-12 15:15:42 -0600
commit54dcbee6f11af4f8d746dfe85405683984fa2fa4 (patch)
treeb7f5ea2638a8ce8b5867cf487a4ab02974af6af2 /plugin.go
parentc7ea23ddb6559030d0be98bff090bf919b0c4265 (diff)
add 'dead' to track plugin failure
Diffstat (limited to 'plugin.go')
-rw-r--r--plugin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin.go b/plugin.go
index 2f72c50..191c4ee 100644
--- a/plugin.go
+++ b/plugin.go
@@ -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