]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add reference pointer to rc history structure.
authorTed Lemon <source@isc.org>
Thu, 27 Jan 2000 23:37:59 +0000 (23:37 +0000)
committerTed Lemon <source@isc.org>
Thu, 27 Jan 2000 23:37:59 +0000 (23:37 +0000)
includes/omapip/alloc.h

index 2b0a923cc938dd749cabcd07b100ae35be5dc165..4e269f15361b72c1b182ee9812aed518ccd9ae68 100644 (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;
 };