test_multiple_cb
event_set(&e1, pair[0], EV_READ, test_multiple_cb, NULL);
event_set(&e2, pair[0], EV_WRITE, test_multiple_cb, NULL);