|
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_INJ_QUEUE_LEN | |
This structure defines an injection queue.
1.7.4