10 lines
115 B
C
10 lines
115 B
C
#pragma once
|
|
|
|
#include "marsio.h"
|
|
|
|
struct packet {
|
|
/* queue id which the packet belongs to */
|
|
int qid;
|
|
};
|
|
|