Edit

kc3-lang/libevent/include/event2

Branch :

  • Show log

    Commit

  • Author : Nikolay Edigaryev
    Date : 2017-07-07 01:22:43
    Hash : 2137886d
    Message : Clarify event_free() documentation regarding pending/active events Currently it's not clear as to whether "first make it non-pending and non-active" sentence requires user to take some action (e.g. call event_del(), which event_free() already does internally) or just describes what this function does from the developer point of view.