summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-01-08 09:17:38 +0100
committerdefault <nobody@localhost>2024-01-08 09:17:38 +0100
commitd05399986db1af7729554c7710f674551174364c (patch)
treeed5614176910476c5cbb6940a4b9361cd49445c6 /snac.h
parent62b2c2838cadd58759cde540c5f22ba9593b45fe (diff)
New state variable top_job_fifo_size.
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index 9d2a0c9..4ac0db7 100644
--- a/snac.h
+++ b/snac.h
@@ -50,6 +50,7 @@ typedef struct {
int use_fcgi; /* FastCGI use on/off */
time_t srv_start_time; /* start time */
int job_fifo_size; /* job fifo size */
+ int top_job_fifo_size; /* maximum job fifo size seen */
int n_threads; /* number of configured threads */
enum { THST_WAIT, THST_IN, THST_QUEUE, THST_STOP } th_state[MAX_THREADS];
} srv_state;