From 8152ed2025f4e01afbf08cb5ed1b09192f77479a Mon Sep 17 00:00:00 2001 From: Igors Homjakovs Date: Tue, 29 Jul 2014 13:05:56 +0000 Subject: ...G...PS. [ZBXNEXT-101] thread_num variable renamed to server_num, and minor code improvements --- include/threads.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/threads.h') diff --git a/include/threads.h b/include/threads.h index 6f3479a6514..af78924054f 100644 --- a/include/threads.h +++ b/include/threads.h @@ -74,9 +74,9 @@ typedef struct { - int thread_num; /* number of thread in a group of all agent threads */ - int process_num; /* number of thread in a specific group of threads (e.g. listeners) */ - unsigned char process_type; /* type of thread */ + int server_num; + int process_num; + unsigned char process_type; void *args; } zbx_thread_args_t; -- cgit v1.2.3