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.
Previous: server_rec
Next: table
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)