diff options
author | William Wilgus <wilgus.william@gmail.com> | 2021-03-10 19:07:06 -0500 |
---|---|---|
committer | William Wilgus <me.theuser@yahoo.com> | 2021-03-18 02:39:30 +0000 |
commit | 29fa47d43d0a9a0fc98fddfa315145ecc7727044 (patch) | |
tree | 14a1954eeff2b720920ee13cb3a184f08fae63b4 /apps/open_plugin.h | |
parent | 10b873c407b4fc1448e302b4c023dae9d7e43e3c (diff) |
Open Plugin cache plugin entry when possible
leave plugin entries in ram and try not to save them unless necessary
doesn't use more space just a bit of careful ordering with the buffer
Change-Id: I1973e9ad4655c2544f596b37cee35601a0cffa94
Diffstat (limited to 'apps/open_plugin.h')
-rw-r--r-- | apps/open_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/open_plugin.h b/apps/open_plugin.h index 9f20d7ffda..8c09c4ac58 100644 --- a/apps/open_plugin.h +++ b/apps/open_plugin.h @@ -59,6 +59,7 @@ uint32_t open_plugin_add_path(const char *key, const char *plugin, const char *p int open_plugin_get_entry(const char *key, struct open_plugin_entry_t *entry); void open_plugin_browse(const char *key); int open_plugin_run(const char *key); +void open_plugin_cache_flush(void); /* flush to disk */ #endif #endif /*ndef __PCTOOL__ */ |