✨ feat(module manager): module new add ctx as parameter
This commit is contained in:
@@ -8,7 +8,7 @@ extern "C"
|
||||
#include "stellar/mq.h"
|
||||
|
||||
struct stellar_module;
|
||||
struct stellar_module *stellar_module_new(const char *name);
|
||||
struct stellar_module *stellar_module_new(const char *name, void *ctx);
|
||||
void stellar_module_free(struct stellar_module *mod);
|
||||
|
||||
void * stellar_module_get_ctx(struct stellar_module *mod);
|
||||
|
||||
Reference in New Issue
Block a user