summaryrefslogtreecommitdiff
path: root/lib/zlog_5424.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/zlog_5424.h')
-rw-r--r--lib/zlog_5424.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/zlog_5424.h b/lib/zlog_5424.h
index 377e7be220..e8a15bd49b 100644
--- a/lib/zlog_5424.h
+++ b/lib/zlog_5424.h
@@ -13,7 +13,7 @@
#include "zlog_targets.h"
#include "qobj.h"
-struct thread;
+struct event;
struct thread_master;
enum zlog_5424_dst {
@@ -79,7 +79,7 @@ struct zlog_cfg_5424 {
/* sockets only - read handler to reconnect on errors */
struct thread_master *master;
- struct thread *t_reconnect;
+ struct event *t_reconnect;
unsigned int reconn_backoff, reconn_backoff_cur, reconn_backoff_max;
int sock_type;
struct sockaddr_storage sa;