Definition:
#include "scoreboard.h"
Usage example:
switch (score_record.status) {
case SERVER_BUSY_LOG:
ap_rputs("<B>Logging</B>", r);
break;
}
Scoreboard state constant indicating the server is writing to a log file.
Previous: SERVER_BUSY_KEEPALIVE
Next: SERVER_BUSY_READ
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)