🦄 refactor(remove mq): remove mq in stellar
This commit is contained in:
@@ -7,10 +7,7 @@ extern "C"
|
||||
|
||||
#include "stellar/module.h"
|
||||
|
||||
#include "stellar/mq.h"
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
struct module
|
||||
@@ -43,7 +40,6 @@ struct module_manager
|
||||
{
|
||||
char *toml_path;
|
||||
int max_thread_num;
|
||||
struct mq_schema *mq_schema;
|
||||
struct logger *logger;
|
||||
}config;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user