From 8884028c8e09ebcfb61634f212b62349606784aa Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 18 May 2008 03:57:19 +0000 Subject: * nscd/nscd.h (mem_in_flight): Replace blockaddr field with blockoff of type nscd_ssize_t. * nscd/mem.c (gc): Simplify markrange call for on-flight blocks. (mempoll_alloc): Record block offset and not address. --- nscd/nscd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nscd/nscd.h') diff --git a/nscd/nscd.h b/nscd/nscd.h index 66813e7..b024017 100644 --- a/nscd/nscd.h +++ b/nscd/nscd.h @@ -197,7 +197,7 @@ extern __thread struct mem_in_flight { int dbidx; nscd_ssize_t blocklen; - void *blockaddr; + nscd_ssize_t blockoff; } block[IDX_last]; struct mem_in_flight *next; -- cgit v1.1