mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-23 15:04:19 +01:00
lightningd: cleanup obsolete plugins->shutdown flag
After leaving the main event loop, the only path to destroy_plugin goes via shutdown_plugins.
This commit is contained in:
committed by
Rusty Russell
parent
28816c387c
commit
426ff0abff
@@ -113,9 +113,6 @@ struct plugins {
|
||||
/* Blacklist of plugins from --disable-plugin */
|
||||
const char **blacklist;
|
||||
|
||||
/* Whether we are shutting down, blocks db write's */
|
||||
bool shutdown;
|
||||
|
||||
/* Index to show what order they were added in */
|
||||
u64 plugin_idx;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user