diff options
| author | yangwei <[email protected]> | 2024-06-05 20:51:37 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-06-05 20:51:37 +0800 |
| commit | fb66c180298e5984b588bfee9ae671787a82c19b (patch) | |
| tree | 542e59a7e42a0c4301aedb4e656d65bd03ea9b56 /include/public | |
| parent | 265cfeb2441f7c3c576f0486a00423631208c324 (diff) | |
✨ feat(stream_rawpkt.h): add MESA_detain_rawpkt_get0
Diffstat (limited to 'include/public')
| -rw-r--r-- | include/public/stream_inc/stream_rawpkt.h | 1 |
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);
|
