From 070391065036edf8aa09839c320c1d3c47ea4226 Mon Sep 17 00:00:00 2001
From: Jan Vcelak <jan.vcelak@nic.cz>
Date: Sun, 18 May 2014 17:15:14 +0200
Subject: [PATCH] dnstap: update doxygen for dt_message_fill

---
 src/dnstap/message.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/dnstap/message.h b/src/dnstap/message.h
index 005c4ab84..9bfc7e3e0 100644
--- a/src/dnstap/message.h
+++ b/src/dnstap/message.h
@@ -40,6 +40,9 @@
  *      Dnstap__Message structure to fill. Will be zeroed first.
  * \param type
  *      One of the DNSTAP__MESSAGE__TYPE__* values.
+ * \param query_sa
+ *      sockaddr_in or sockaddr_in6 to use when filling the 'socket_family',
+ *      'query_address', 'query_port' fields.
  * \param response_sa
  *      sockaddr_in or sockaddr_in6 to use when filling the 'socket_family',
  *      'response_address', 'response_port' fields.
-- 
GitLab