Definition:
#include "scoreboard.h"
Usage example:
switch (score_record.status) {
case SERVER_READY:
ap_rputs("Ready", r);
break;
}
Scoreboard state constant indicating the server is ready and waiting for a connection.
Previous: SERVER_NUM_STATUS
Next: SERVER_STARTING
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)