From c98cdd3119f779cffe503015070c8db49515683b Mon Sep 17 00:00:00 2001 From: hno <> Date: Wed, 18 Oct 2000 10:00:23 +0000 Subject: [PATCH] Cleaned up RebuildState to show that the structure is fs-dependent --- src/fs/coss/store_dir_coss.cc | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/fs/coss/store_dir_coss.cc b/src/fs/coss/store_dir_coss.cc index 6d36ed0b5b..90379cf5e4 100644 --- a/src/fs/coss/store_dir_coss.cc +++ b/src/fs/coss/store_dir_coss.cc @@ -1,6 +1,6 @@ /* - * $Id: store_dir_coss.cc,v 1.4 2000/10/17 08:06:07 adrian Exp $ + * $Id: store_dir_coss.cc,v 1.5 2000/10/18 04:00:23 hno Exp $ * * DEBUG: section 81 Store COSS Directory Routines * AUTHOR: Eric Stern @@ -52,20 +52,9 @@ struct _RebuildState { int n_read; FILE *log; int speed; - int curlvl1; - int curlvl2; struct { - unsigned int need_to_validate:1; unsigned int clean:1; - unsigned int init:1; } flags; - int done; - int in_dir; - int fn; - struct dirent *entry; - DIR *td; - char fullpath[SQUID_MAXPATHLEN]; - char fullfilename[SQUID_MAXPATHLEN]; struct _store_rebuild_data counts; }; -- 2.47.2