Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2014-11-13 11:26:04 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2014-11-13 11:26:04 +0300
commitab8f043b39a538caefa8a9441ec0055bf32664df (patch)
treec54c22e69cdbb43863b4cc73eed2d7a1c559fd5f /include/threads.h
parentd724b12861f0a506479a9de11850b35c2cffa2bf (diff)
...G...... [ZBXNEXT-2320] added agent crash handling on Windows to log stack trace
Diffstat (limited to 'include/threads.h')
-rw-r--r--include/threads.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/threads.h b/include/threads.h
index af78924054f..e25c028904f 100644
--- a/include/threads.h
+++ b/include/threads.h
@@ -78,6 +78,9 @@ typedef struct
int process_num;
unsigned char process_type;
void *args;
+#ifdef _WINDOWS
+ ZBX_THREAD_ENTRY_POINTER(entry);
+#endif
}
zbx_thread_args_t;