summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2024-10-09 11:46:53 +0800
committerluwenpeng <[email protected]>2024-10-09 11:53:10 +0800
commit9e954386fd868d358bb18d2fcffc92dfe601bf5e (patch)
tree7d18aca13f0d3472322d270f4e08a087b816b2ea /include
parent0f082d975ec067e268d868b0855083caaeff9522 (diff)
Refactored packet IO to use packet_manager_schedule_packet() instead of stellar_send_build_packet() to send user-built packets
Diffstat (limited to 'include')
-rw-r--r--include/stellar/stellar.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/stellar/stellar.h b/include/stellar/stellar.h
index 2f103a3..9dfd711 100644
--- a/include/stellar/stellar.h
+++ b/include/stellar/stellar.h
@@ -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);