diff options
Diffstat (limited to 'ares_private.h')
-rw-r--r-- | ares_private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ares_private.h b/ares_private.h index bae0b07..137e155 100644 --- a/ares_private.h +++ b/ares_private.h @@ -296,6 +296,9 @@ struct ares_channeldata { ares_sock_state_cb sock_state_cb; void *sock_state_cb_data; + + ares_sock_create_callback sock_create_cb; + void *sock_create_cb_data; }; /* return true if now is exactly check time or later */ |