Commit dd3190d3 authored by Denis Bilenko's avatar Denis Bilenko

remove libevent-internal.h

--HG--
extra : transplant_source : %21O%DFL%BE%A4%B8%1A%B3%B0%B7%D7%3EY%A9%B3%DF%F2%A6%1A
parent a701a346
struct event_base {
const void *evsel;
void *evbase;
int event_count; /* counts number of total events */
int event_count_active; /* counts number of active events */
int event_gotterm; /* Set to terminate loop */
int event_break; /* Set to terminate loop immediately */
/* active event management */
struct event_list **activequeues;
int nactivequeues;
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment