#pragma once #include "marsio.h" struct packet { /* queue id which the packet belongs to */ int qid; };