Add plugins thresholds change, and panel for values changes

This commit is contained in:
Harshit-Dhanwalkar 2026-05-26 17:47:36 +05:30
parent 4c7d32663e
commit 3677eb2c94
7 changed files with 226 additions and 82 deletions

View file

@ -13,6 +13,7 @@ typedef struct {
filter_plugin_t *plugin; // resolved plugin vtable
char path[256]; // absolute path to .so
char tmp_path[280]; // temp copy path used for current dlopen // HACK:
char status_msg[128]; // last load/swap message
int inotify_fd; // inotify instance fd
int inotify_wd; // watch descriptor
} plugin_loader_t;