/*
- * $Id: stat.cc,v 1.123 1997/01/31 22:30:37 wessels Exp $
+ * $Id: stat.cc,v 1.124 1997/02/05 04:53:31 wessels Exp $
*
* DEBUG: section 18 Cache Manager Statistics
* AUTHOR: Harvest Derived
x = file_write(obj->logfile_fd,
xstrdup(tmp),
strlen(tmp),
- obj->logfile_access,
NULL,
NULL,
xfree);
debug(18, 0, "Cannot open logfile: %s\n", obj->logfilename);
obj->logfile_status = LOG_DISABLE;
}
- obj->logfile_access = file_write_lock(obj->logfile_fd);
}
/* at the moment, store one char to make a storage manager happy */
debug(50, 0, "%s: %s\n", obj->logfilename, xstrerror());
fatal("Cannot open logfile.");
}
- obj->logfile_access = file_write_lock(obj->logfile_fd);
}
obj->proto_id = urlParseProtocol;
obj->proto_newobject = proto_newobject;
HTTPCacheInfo->logfile_status = LOG_DISABLE;
fatal("Cannot open logfile.");
}
- HTTPCacheInfo->logfile_access = file_write_lock(HTTPCacheInfo->logfile_fd);
}
void