Rebase dev 2.0
This commit is contained in:
@@ -8,6 +8,8 @@ extern "C"
|
||||
#include "stellar/exdata.h"
|
||||
#include "stellar/packet.h"
|
||||
|
||||
#include "stellar/module_manager.h"
|
||||
|
||||
enum packet_stage
|
||||
{
|
||||
PACKET_STAGE_PREROUTING,
|
||||
@@ -20,6 +22,8 @@ enum packet_stage
|
||||
|
||||
struct packet_manager;
|
||||
|
||||
struct packet_manager *stellar_module_get_packet_manager(struct stellar_module_manager *mod_mgr);
|
||||
|
||||
int packet_manager_new_packet_exdata_index(struct packet_manager *pkt_mgr, const char *name, exdata_free *func, void *arg);
|
||||
|
||||
typedef void on_packet_stage_callback(enum packet_stage stage, struct packet *pkt, void *args);
|
||||
|
||||
Reference in New Issue
Block a user