From fc059832f6aecc3a80c35a10d47dd428573c13f0 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Sat, 25 Jun 2011 16:39:35 +0200 Subject: [PATCH] Add todo item for making ares handles private --- uv.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/uv.h b/uv.h index 7ef7c7b5..f7c54995 100644 --- a/uv.h +++ b/uv.h @@ -48,7 +48,9 @@ typedef struct uv_check_s uv_check_t; typedef struct uv_idle_s uv_idle_t; typedef struct uv_req_s uv_req_t; typedef struct uv_async_s uv_async_t; +/* TODO: make private */ typedef struct uv_ares_task_s uv_ares_task_t; +/* TODO: make private */ typedef struct uv_ares_action_s uv_ares_action_t; typedef struct uv_getaddrinfo_s uv_getaddrinfo_t; @@ -378,6 +380,7 @@ int64_t uv_timer_get_repeat(uv_timer_t* timer); /* * Subclass of uv_handle_t. Used for integration of c-ares. + * TODO: make private */ struct uv_ares_task_s { UV_HANDLE_FIELDS @@ -387,6 +390,7 @@ struct uv_ares_task_s { /* * Subclass of uv_handle_t. Used for integration of c-ares. + * TODO: make private */ struct uv_ares_action_s { UV_HANDLE_FIELDS