This is my queue implementation
/* structure to store the start/end time */ struct mq{ mq() : start_time(), end_time() {} mq(uint32_t start_time, uint