[PACKET_IO]marsio mode add pkt_free function

This commit is contained in:
liuwentan
2022-07-29 17:29:33 +08:00
parent 7a52bf3c60
commit 523748e05a
9 changed files with 58 additions and 14 deletions

View File

@@ -3,5 +3,7 @@
#include "marsio.h"
struct packet {
/* queue id which the packet belongs to */
int qid;
};