Refactored packet IO to use packet_manager_schedule_packet() instead of stellar_send_build_packet() to send user-built packets
This commit is contained in:
@@ -20,9 +20,6 @@ int stellar_raw_packet_subscribe(struct stellar *st, plugin_on_packet_func *on_p
|
||||
|
||||
void stellar_emit_datapath_telemetry(struct packet *pkt, const char * module, const char *str);
|
||||
|
||||
// only send user build packet, can't send packet which come from network
|
||||
// void stellar_send_build_packet(struct stellar *st, struct packet *pkt);
|
||||
|
||||
struct stellar *stellar_new(const char *toml_file);
|
||||
void stellar_run(struct stellar *st);
|
||||
void stellar_free(struct stellar *st);
|
||||
|
||||
Reference in New Issue
Block a user