Hi Jeremy, Am 19.04.2014 00:47, schrieb Jeremy Allison: > + > +void poll_funcs_init_tevent(struct poll_funcs *f, void *private_data); My idea was to pass 'struct tevent_context *ev' to make it clear that this has to be this specific type. metze