2
0
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:
Ted Lemon
2000-01-27 23:37:59 +00:00
parent 400c0b19be
commit bc7b98ab10

View File

@@ -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;
}; };