summaryrefslogtreecommitdiff
path: root/deps/cares/include/ares.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/cares/include/ares.h')
-rw-r--r--deps/cares/include/ares.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/cares/include/ares.h b/deps/cares/include/ares.h
index 3d0f9cf97a..3091064b51 100644
--- a/deps/cares/include/ares.h
+++ b/deps/cares/include/ares.h
@@ -520,6 +520,8 @@ struct ares_txt_reply {
struct ares_txt_reply *next;
unsigned char *txt;
size_t length; /* length excludes null termination */
+ unsigned char record_start; /* 1 - if start of new record
+ * 0 - if a chunk in the same record */
};
struct ares_naptr_reply {