req_entry
typedef struct req_entry request_t;
TAILQ_ENTRY(req_entry) links; /* Pointer to next in list */
struct req_entry *chain; /* for SGE overallocations */
TAILQ_HEAD(req_queue, req_entry);