| 
    INSEE 05.04.2011 
   Interconnection Nertworks Simulation and Evaluation Environment 
   | 
 
#include <queue.h>

Data Fields | |
| long | head | 
| Points to the item just before the head.  | |
| long | tail | 
| Points to the last item inserted.  | |
| phit * | pos | 
| size = MAX_QUEUE_LEN  | |
This structure defines a transit queue.
 1.7.4