Apache 1.3 API Documentation

Constant SERVER_NUM_STATUS

Definition:

#include "scoreboard.h"
     

Usage example:

if (score_record.status < SERVER_NUM_STATUS) {
    return OK;
} 
     

Scoreboard constant indicating the number of state variables, for range checking.

See also:
ap_exists_scoreboard_image, ap_scoreboard_image, ap_sync_scoreboard_image, global_score, parent_score, scoreboard, SERVER_BUSY_DNS, SERVER_BUSY_KEEPALIVE, SERVER_BUSY_LOG, SERVER_BUSY_READ, SERVER_BUSY_WRITE, SERVER_DEAD, SERVER_GRACEFUL, SERVER_READY, SERVER_STARTING, short_score, START_PREQUEST, STOP_PREQUEST, vtime_t

Previous: SERVER_GRACEFUL Next: SERVER_READY

Table of Contents (Routines, Structures, Data Cells, Constants)