/*
- * $Id: stat.cc,v 1.272 1998/07/30 22:07:54 wessels Exp $
+ * $Id: stat.cc,v 1.273 1998/07/30 23:31:09 wessels Exp $
*
* DEBUG: section 18 Cache Manager Statistics
* AUTHOR: Harvest Derived
cbdataFree(state);
return;
} else if (fwdCheckDeferRead(-1, state->sentry)) {
- eventAdd("statObjects", statObjects, state, 0.1, 1);
+ eventAdd("statObjects", statObjects, state, 0.1, 1);
return;
}
storeBuffer(state->sentry);
#endif /* HAVE_MALLINFO */
storeAppendPrintf(sentry, "Memory accounted for:\n");
storeAppendPrintf(sentry, "\tTotal accounted: %6d KB\n",
- memTotalAllocated()>>10);
+ memTotalAllocated() >> 10);
storeAppendPrintf(sentry, "File descriptor usage for %s:\n", appname);
storeAppendPrintf(sentry, "\tMaximum number of file descriptors: %4d\n",
/*
- * $Id: store.cc,v 1.438 1998/07/26 07:01:18 wessels Exp $
+ * $Id: store.cc,v 1.439 1998/07/30 23:31:19 wessels Exp $
*
* DEBUG: section 20 Storage Manager
* AUTHOR: Harvest Derived
e->key = storeKeyDup(key);
hash_join(store_table, (hash_link *) e);
if (EBIT_TEST(e->flag, KEY_PRIVATE))
- dlinkAddTail(e, &e->lru, &store_list);
+ dlinkAddTail(e, &e->lru, &store_list);
else
- dlinkAdd(e, &e->lru, &store_list);
+ dlinkAdd(e, &e->lru, &store_list);
}
static void