summaryrefslogtreecommitdiff
path: root/lib/zlog_5424.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/zlog_5424.c')
-rw-r--r--lib/zlog_5424.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/zlog_5424.c b/lib/zlog_5424.c
index 2a0e6aff85..984ab5d1f5 100644
--- a/lib/zlog_5424.c
+++ b/lib/zlog_5424.c
@@ -791,8 +791,8 @@ static void zlog_5424_cycle(struct zlog_cfg_5424 *zcf, int fd)
static void zlog_5424_reconnect(struct event *t)
{
- struct zlog_cfg_5424 *zcf = THREAD_ARG(t);
- int fd = THREAD_FD(t);
+ struct zlog_cfg_5424 *zcf = EVENT_ARG(t);
+ int fd = EVENT_FD(t);
char dummy[256];
ssize_t ret;