mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 14:25:41 +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 {
|
||||
const char *file;
|
||||
int line;
|
||||
VOIDPTR addr;
|
||||
void *reference;
|
||||
void *addr;
|
||||
int refcnt;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user