ev_queue_t
ev_queue_t *new_evq;
new_evq = (ev_queue_t *)calloc(1, sizeof (ev_queue_t));
ev_queue_t *evqp;
static ev_queue_t *eventq_head;
static ev_queue_t *eventq_tail;
ev_queue_t *new_evq, *tmp_evq;
new_evq = (ev_queue_t *)calloc(1, sizeof (ev_queue_t));
ev_queue_t *evqp;
static ev_queue_t *event_q = NULL;