mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-06-18 09:55:39 +03:00
Unify write callback signature
This commit is contained in:
parent
fef9abdcc0
commit
2097e1945b
10 changed files with 20 additions and 22 deletions
|
|
@ -3522,7 +3522,7 @@ label_return:
|
|||
|
||||
typedef struct write_cb_packet_s write_cb_packet_t;
|
||||
struct write_cb_packet_s {
|
||||
void (*write_cb)(void *, const char *);
|
||||
write_cb_t *write_cb;
|
||||
void *cbopaque;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue