/*
- * $Id: cache_cf.cc,v 1.331 1999/05/26 20:41:18 wessels Exp $
+ * $Id: cache_cf.cc,v 1.332 1999/05/27 02:42:31 wessels Exp $
*
* DEBUG: section 3 Configuration File Parsing
* AUTHOR: Harvest Derived
self_destruct();
if (0 == strcasecmp(type_str, "ufs")) {
storeUfsDirParse(swap);
+#if USE_ASYNC_IO
} else if (0 == strcasecmp(type_str, "asyncufs")) {
storeAufsDirParse(swap);
+#endif
} else {
fatalf("Unknown cache_dir type '%s'\n", type_str);
}
/*
- * $Id: store_rebuild.cc,v 1.64 1999/05/26 04:58:52 wessels Exp $
+ * $Id: store_rebuild.cc,v 1.65 1999/05/27 02:42:32 wessels Exp $
*
* DEBUG: section 20 Store Rebuild Routines
* AUTHOR: Duane Wessels
int dirn = e->swap_file_number >> SWAP_DIR_SHIFT;
if (Config.cacheSwap.swapDirs[dirn].type == SWAPDIR_UFS)
(void) 0;
- if (Config.cacheSwap.swapDirs[dirn].type == SWAPDIR_UFS_ASYNC)
+ if (Config.cacheSwap.swapDirs[dirn].type == SWAPDIR_ASYNCUFS)
(void) 0;
else
return 0;