stellar registers packet_manager as a module; session_manager registers polling callback
This commit is contained in:
@@ -8,6 +8,9 @@ extern "C"
|
||||
#include "stellar/mq.h"
|
||||
#include "stellar/log.h"
|
||||
|
||||
#define PACKET_MANAGER_MODULE_NAME "packet_manager_module"
|
||||
#define SESSION_MANAGER_MODULE_NAME "session_manager_module"
|
||||
|
||||
struct stellar_module;
|
||||
struct stellar_module *stellar_module_new(const char *name, void *ctx);
|
||||
void stellar_module_free(struct stellar_module *mod);
|
||||
|
||||
Reference in New Issue
Block a user