✨ feat(plugin manager): integrated plugin manager, build success
This commit is contained in:
@@ -30,10 +30,16 @@ struct stellar_runtime
|
||||
uint64_t stat_last_output_ts;
|
||||
struct stellar_stat *stat;
|
||||
struct packet_io *packet_io;
|
||||
struct plugin_manager *plug_mgr;
|
||||
struct plugin_manager_schema *plug_mgr;
|
||||
struct stellar_thread threads[MAX_THREAD_NUM];
|
||||
};
|
||||
|
||||
//FIXME rename stellar_runtime to stellar
|
||||
struct stellar
|
||||
{
|
||||
struct stellar_runtime *st_rt;
|
||||
};
|
||||
|
||||
extern struct stellar_runtime *runtime;
|
||||
extern struct stellar_config *config;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user