summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoryangwei <[email protected]>2024-04-29 15:38:31 +0800
committer杨威 <[email protected]>2024-04-29 10:44:10 +0000
commit32b40e3ba32a22b425ad1e5d4e2a69654f9f5244 (patch)
treefc46e84928d320b8adb7b62e7ab3351188a795a7 /include
parented1ff3bc45c45a3ed131beadf1584529e28b2856 (diff)
✨ feat(packet_io marsio): 支持dp trace接口,追加诊断信息v4.3.50
Diffstat (limited to 'include')
-rw-r--r--include/public/stream_inc/stream_rawpkt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/public/stream_inc/stream_rawpkt.h b/include/public/stream_inc/stream_rawpkt.h
index fb148b8..61796a8 100644
--- a/include/public/stream_inc/stream_rawpkt.h
+++ b/include/public/stream_inc/stream_rawpkt.h
@@ -124,6 +124,10 @@ int MESA_detain_pkt_forward(struct detain_pkt *pkt);
int MESA_detain_pkt_forward_based_on_stream(const struct streaminfo *pstream, struct detain_pkt *dpkt);
void MESA_detain_pkt_free(struct detain_pkt *pkt);
+
+void sapp_emit_datapath_telemetry(const void *raw_pkt, const char * module, const char *str);
+
+
#ifdef __cplusplus
}
#endif