combined_write_cb
event_set(&w1.ev, pair[0], EV_WRITE, combined_write_cb, &w1);
event_set(&w2.ev, pair[1], EV_WRITE, combined_write_cb, &w2);