mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-04 16:25:21 +00:00
Add reference pointer to rc history structure.
This commit is contained in:
@@ -52,7 +52,8 @@ struct dmalloc_preamble {
|
|||||||
struct rc_history_entry {
|
struct rc_history_entry {
|
||||||
const char *file;
|
const char *file;
|
||||||
int line;
|
int line;
|
||||||
VOIDPTR addr;
|
void *reference;
|
||||||
|
void *addr;
|
||||||
int refcnt;
|
int refcnt;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user