rename packet_io_loop to stellar_event_base_loop
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
#include "packet.h"
|
||||
#include "session.h"
|
||||
|
||||
int http_decoder(const struct session *s, int what, struct packet *p, const char *payload, uint32_t len, void **pme);
|
||||
int http_decoder(const struct stellar_session *s, int what, struct stellar_packet *p, const char *payload, uint32_t len, void **pme);
|
||||
|
||||
Reference in New Issue
Block a user