mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
Finish implementing new convention that whenever an optional function is declared, a corresponding macro is defined.
svn:r1361
This commit is contained in:
parent
a386fde321
commit
d3bef1a1e3
@ -591,6 +591,7 @@ int event_priority_set(struct event *, int);
|
||||
void event_set_mem_functions(void *(*malloc_fn)(size_t sz),
|
||||
void *(*realloc_fn)(void *ptr, size_t sz),
|
||||
void (*free_fn)(void *ptr));
|
||||
#define EVENT_SET_MEM_FUNCTIONS_IMPLEMENTED
|
||||
#endif
|
||||
|
||||
void event_base_dump_events(struct event_base *, FILE *);
|
||||
|
Loading…
x
Reference in New Issue
Block a user