Keywords:
main.cc and store_client.cc used unguarded delay pool calls.
/*
- * $Id: main.cc,v 1.364 2003/02/05 10:36:53 robertc Exp $
+ * $Id: main.cc,v 1.365 2003/02/06 23:13:00 robertc Exp $
*
* DEBUG: section 1 Startup and Main Loop
* AUTHOR: Harvest Derived
#endif
releaseServerSockets();
commCloseAllSockets();
+#if DELAY_POOLS
DelayPools::FreePools();
+#endif
authenticateShutdown();
#if USE_UNLINKD
unlinkdClose();
/*
- * $Id: store_client.cc,v 1.122 2003/02/06 09:57:38 robertc Exp $
+ * $Id: store_client.cc,v 1.123 2003/02/06 23:13:00 robertc Exp $
*
* DEBUG: section 90 Storage Manager Client-Side Interface
* AUTHOR: Duane Wessels
store_client::Callback::Callback(STCB *function, void *data) : callback_handler(function), callback_data (data) {}
+#if DELAY_POOLS
void
store_client::setDelayId(DelayId delay_id)
{
delayId = delay_id;
}
+#endif