Refactored plugin management interface

This commit is contained in:
luwenpeng
2022-07-27 15:51:07 +08:00
parent dd54381cb0
commit 61e3c264f3
11 changed files with 168 additions and 100 deletions

View File

@@ -2,5 +2,8 @@
#include "session.h"
typedef int plugin_init_callback(void **pme);
typedef void plugin_exit_callback(void *pme);
void plugin_remove_from_session_event(struct stellar_event *ev,
struct stellar_session *s);