/*
- * $Id: async_io.cc,v 1.11 2002/01/10 07:46:06 adrian Exp $
+ * $Id: async_io.cc,v 1.12 2002/04/06 15:08:05 hno Exp $
*
* DEBUG: section 32 Asynchronous Disk I/O
* AUTHOR: Pete Bentley <pete@demon.net>
void
aioDone(void)
{
- memPoolDestroy(squidaio_ctrl_pool);
+ memPoolDestroy(&squidaio_ctrl_pool);
initialised = 0;
}
/*
- * $Id: store_dir_aufs.cc,v 1.42 2002/04/01 21:53:21 hno Exp $
+ * $Id: store_dir_aufs.cc,v 1.43 2002/04/06 15:08:05 hno Exp $
*
* DEBUG: section 47 Store Directory Routines
* AUTHOR: Duane Wessels
storeAufsDirDone(void)
{
aioDone();
- memPoolDestroy(squidaio_state_pool);
- memPoolDestroy(aufs_qread_pool);
- memPoolDestroy(aufs_qwrite_pool);
+ memPoolDestroy(&squidaio_state_pool);
+ memPoolDestroy(&aufs_qread_pool);
+ memPoolDestroy(&aufs_qwrite_pool);
asyncufs_initialised = 0;
}