diff options
Diffstat (limited to 'lib/resolver.h')
| -rw-r--r-- | lib/resolver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/resolver.h b/lib/resolver.h index 764e3e72ae..6e69fa263d 100644 --- a/lib/resolver.h +++ b/lib/resolver.h @@ -19,7 +19,7 @@ struct resolver_query { /* used to immediate provide the result if IP literal is passed in */ union sockunion literal_addr; - struct thread *literal_cb; + struct event *literal_cb; }; void resolver_init(struct thread_master *tm); |
