mirror of
https://github.com/Harshit-Dhanwalkar/AsciiCam.git
synced 2026-06-30 11:19:38 +02:00
Add plugins thresholds change, and panel for values changes
This commit is contained in:
parent
4c7d32663e
commit
3677eb2c94
7 changed files with 226 additions and 82 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue