To be able to obtain the event method used if libevent was initialized with event_base_new() a new method is needed since event_get_method() operates on the current base, which is then invalid and since event_base is an opaque struct for clients of the library. This small patch add just such a method, event_base_get_method()

Attachment: method.patch
Description: Binary data


_______________________________________________
Libevent-users mailing list
Libevent-users@monkey.org
http://monkeymail.org/mailman/listinfo/libevent-users

Reply via email to