diff options
| author | yangwei <[email protected]> | 2024-04-29 15:38:31 +0800 |
|---|---|---|
| committer | 杨威 <[email protected]> | 2024-04-29 10:44:10 +0000 |
| commit | 32b40e3ba32a22b425ad1e5d4e2a69654f9f5244 (patch) | |
| tree | fc46e84928d320b8adb7b62e7ab3351188a795a7 /include | |
| parent | ed1ff3bc45c45a3ed131beadf1584529e28b2856 (diff) | |
✨ feat(packet_io marsio): 支持dp trace接口,追加诊断信息v4.3.50
Diffstat (limited to 'include')
| -rw-r--r-- | include/public/stream_inc/stream_rawpkt.h | 4 |
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
|
