summaryrefslogtreecommitdiff
path: root/include/public
diff options
context:
space:
mode:
authoryangwei <[email protected]>2024-06-05 20:51:37 +0800
committeryangwei <[email protected]>2024-06-05 20:51:37 +0800
commitfb66c180298e5984b588bfee9ae671787a82c19b (patch)
tree542e59a7e42a0c4301aedb4e656d65bd03ea9b56 /include/public
parent265cfeb2441f7c3c576f0486a00423631208c324 (diff)
✨ feat(stream_rawpkt.h): add MESA_detain_rawpkt_get0
Diffstat (limited to 'include/public')
-rw-r--r--include/public/stream_inc/stream_rawpkt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/public/stream_inc/stream_rawpkt.h b/include/public/stream_inc/stream_rawpkt.h
index 61796a8..448bbf0 100644
--- a/include/public/stream_inc/stream_rawpkt.h
+++ b/include/public/stream_inc/stream_rawpkt.h
@@ -124,6 +124,7 @@ 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 *MESA_detain_rawpkt_get0(struct detain_pkt *pkt);
void sapp_emit_datapath_telemetry(const void *raw_pkt, const char * module, const char *str);