Definition:
#include "scoreboard.h"
Usage example:
switch (score_record.status) {
case SERVER_STARTING:
ap_rputs("Starting", r);
break;
}
Scoreboard state constant indicating the server is spawning.
Previous: SERVER_READY
Next: SERVER_SUPPORT
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)