probably belongs.
/*
- * $Id: comm_poll.cc,v 1.7 2002/10/13 20:35:00 robertc Exp $
+ * $Id: comm_poll.cc,v 1.8 2002/10/28 01:12:28 adrian Exp $
*
* DEBUG: section 5 Socket Functions
*
double start;
getCurrentTime();
start = current_dtime;
- /* Handle any fs callbacks that need doing */
- storeDirCallback();
#if DELAY_POOLS
FD_ZERO(&slowfds);
#endif
/*
- * $Id: comm_select.cc,v 1.62 2002/10/14 11:06:53 adrian Exp $
+ * $Id: comm_select.cc,v 1.63 2002/10/28 01:12:28 adrian Exp $
*
* DEBUG: section 5 Socket Functions
*
#if DELAY_POOLS
FD_ZERO(&slowfds);
#endif
- /* Handle any fs callbacks that need doing */
- storeDirCallback();
if (commCheckICPIncoming)
comm_select_icp_incoming();
if (commCheckDNSIncoming)
/*
- * $Id: main.cc,v 1.357 2002/10/18 22:43:23 hno Exp $
+ * $Id: main.cc,v 1.358 2002/10/28 01:12:27 adrian Exp $
*
* DEBUG: section 1 Startup and Main Loop
* AUTHOR: Harvest Derived
eventRun();
if ((loop_delay = eventNextTime()) < 0)
loop_delay = 0;
+ /* Attempt any pending storedir IO */
+ storeDirCallback();
comm_calliocallback();
switch (comm_select(loop_delay)) {
case COMM_OK: