From 54dcbee6f11af4f8d746dfe85405683984fa2fa4 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 12 Feb 2024 15:15:42 -0600 Subject: add 'dead' to track plugin failure --- plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin.go') 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 -- cgit v1.2.3