From e25c41578e710aed96939e5c7e503fc1db5dab3a Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Mon, 5 Aug 2024 13:13:45 +0000
Subject: Prepare for 2.3.8.0; add s6dns_engine_query
Signed-off-by: Laurent Bercot
---
doc/index.html | 2 +-
doc/libs6dns/s6dns-engine.html | 11 +++++++++++
doc/upgrade.html | 3 ++-
3 files changed, 14 insertions(+), 2 deletions(-)
(limited to 'doc')
diff --git a/doc/index.html b/doc/index.html
index 0c61a88..8ce5d8c 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -72,7 +72,7 @@ requirement if you link against the shared version of the skalibs library.
Download
- - The current released version of s6-dns is 2.3.7.3.
+ - The current released version of s6-dns is 2.3.8.0.
- Alternatively, you can checkout a copy of the
s6-dns
git repository:
diff --git a/doc/libs6dns/s6dns-engine.html b/doc/libs6dns/s6dns-engine.html
index 5a24194..4449fbe 100644
--- a/doc/libs6dns/s6dns-engine.html
+++ b/doc/libs6dns/s6dns-engine.html
@@ -252,5 +252,16 @@ if s6dns_engine_event() returned 1.
You should recycle or free dt after reading the response packet.
+
+ void s6dns_engine_query (s6dns_engine_t const *dt, char **name, uint16_t *len, uint16_t *qtype)
+
+
+
+ Recalls the query encoded in *dt: stores a pointer to the encoded name in
+*name, its length in *len and the query type in *qtype.
+You can call this function
+even if dt has been recycled - but, of course, not if it has been freed.
+
+