Definition:
typedef struct {
int exit_generation;
} global_score;
Usage example:
typedef struct {
short_score servers[HARD_SERVER_LIMIT];
parent_score parent[HARD_SERVER_LIMIT];
global_score global;
} scoreboard;
exit_generation is a boolean, set by the main process if a graceful restart is required.
Previous: conn_rec
Next: HANDLE
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)