* Added chain event propagation to improve the sensitivity of
* the measure respect to the event loop efficency.
*
- * Wed 2006-12-27 - Modified by Leandro Lucarella <llucarella@integratech.com.ar>
+ * Wed 2006-12-27 - Modified by Leandro Lucarella <llucax+eventxx@gmail.com>
*
* Adapted to test the C++ inteface.
*
static eventxx::time ts, te;
for (cp = pipes, i = 0; i < num_pipes; i++, cp += 2) {
- events.push_back(new eventxx::cevent(cp[0], EV_READ | EV_PERSIST,
- read_cb, (void *) i));
+ events.push_back(new eventxx::cevent(cp[0],
+ eventxx::READ | eventxx::PERSIST, read_cb, (void *) i));
d.add(*events[i]);
}