I'm trying to get an event loop running, using event_base_dispatch. However, the function fails to return (blocks)
I had it running, until I changed something in another source file - which might be a part of the callback structure.
Here's (sort of) what my code looks like:
ev1 = event_new(base, fd, EV_READ|EV_PERSIST, grab_packet, some_struct)