summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-01-10 09:16:40 +0100
committerdefault <nobody@localhost>2024-01-10 09:16:40 +0100
commit06302c64519573cef6ff832c3edb49f23794638c (patch)
treebd4b80b5c5814e5422b8df04f9f63d393c2f25aa /snac.h
parent472ade7b4a0c7150126ffee62893f27b33a23654 (diff)
Minor code cleaning.
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/snac.h b/snac.h
index 4ac0db7..90be7e1 100644
--- a/snac.h
+++ b/snac.h
@@ -50,7 +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 peak_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;