Apache 1.3 API Documentation

Structure short_score

Definition:

typedef struct { 
#ifdef OPTIMIZE_TIMEOUTS 
    vtime_t cur_vtime; 
    unsigned short timeout_len; 
#endif 
    unsigned char status; 
#if defined(STATUS) 
    unsigned long access_count; 
    unsigned long bytes_served; 
    unsigned long my_access_count; 
    unsigned long my_bytes_served; 
    unsigned long conn_bytes; 
    unsigned short conn_count; 
#if defined(NO_GETTIMEOFDAY) 
    clock_t start_time; 
    clock_t stop_time; 
#else 
    struct timeval start_time; 
    struct timeval stop_time; 
#endif 
#ifndef NO_TIMES 
    struct tms times; 
#endif 
#ifndef OPTIMIZE_TIMEOUTS 
    time_t last_used; 
#endif 
    char client[32]; 
    char request[64]; 
    char vhost[32]; 
#endif 
} short_score;
     

Usage example:

No examples available.
     

No documentation available.

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_NUM_STATUS, SERVER_READY, SERVER_STARTING, START_PREQUEST, STOP_PREQUEST, vtime_t

Previous: server_rec Next: table

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