2
0
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:
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 {
const char *file;
int line;
VOIDPTR addr;
void *reference;
void *addr;
int refcnt;
};