Definition:
#include "scoreboard.h"
Usage example:
switch (score_record.status) {
case SERVER_BUSY_READ:
ap_rputs("<B>Read</B>", r);
break;
}
Scoreboard state constant indicating the server is reading data from a client (browser).
Previous: SERVER_BUSY_LOG
Next: SERVER_BUSY_WRITE
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)