Fix bug #249: rstemp sets fail. Problem was that rset files were
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 17 Jan 2005 01:21:43 +0000 (01:21 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 17 Jan 2005 01:21:43 +0000 (01:21 +0000)
commitf00e10dfcb19faeeabb42c5532f4b47f5548be97
treefb0e8fc7ac2384e33de0f16035402ec99e45a4e1
parentd01bdeea950f667ea0ab4eaea212ac6d04f4d97a
Fix bug #249: rstemp sets fail. Problem was that rset files were
closed when they shouldn't. Added function rfd_is_last that returns
1 if the RSFD supplied is the last one; 0 otherwise.
Added a use_list member in the RSET which is a list of RSFDs in an
RSET (opposite of free_list).  This means we can track RSFD leaks.
include/rset.h
rset/rset.c
rset/rstemp.c