move stellar_core/stellar_stat from core to infra

This commit is contained in:
luwenpeng
2024-09-02 16:53:02 +08:00
parent beb7d2f0ca
commit f8ec4dc5a7
13 changed files with 39 additions and 80 deletions

View File

@@ -60,7 +60,7 @@ void stellar_emit_datapath_telemetry(struct packet *pkt, const char * module, c
int stellar_get_worker_thread_num(struct stellar *st);
uint16_t stellar_get_current_thread_index();
// only send user crafted packet, can't send packet which come from network
// 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;