mq_wakeup_cb
else if(fptr == &mq_wakeup_cb) return 1;
mq->wakeup_timer = comm_timer_create(base, mq_wakeup_cb, mq);
void mq_wakeup_cb(void* arg);