Ignore:
Timestamp:
2020-03-17T11:29:47Z (4 years ago)
Author:
Petr Vaněk <arkamar@…>
Branches:
master
Children:
c479242
Parents:
3a547ee
Message:

Make the irc test work with libevent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/events_libevent.c

    r3a547ee rb15cbc4  
    112112
    113113        b_main_restart();
     114}
     115
     116void b_main_iteration()
     117{
     118        event_base_loop(leh, EVLOOP_NONBLOCK);
     119        event_debug("b_main_iteration()\n");
    114120}
    115121
Note: See TracChangeset for help on using the changeset viewer.