Skip to content

Commit

Permalink
- For #519: fix comments for doxygen.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcawijngaards committed Aug 12, 2021
1 parent 2f828ec commit b13bcab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
the example configuration file.
- For #519: yacc and lex. And fix python bindings, and test program
unbound-dnstap-socket.
- For #519: fix comments for doxygen.

5 August 2021: Wouter
- Tag for 1.13.2rc1 release.
Expand Down
2 changes: 2 additions & 0 deletions libunbound/worker.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ struct query_info;
* @param addrlen: length of addr.
* @param zone: delegation point name.
* @param zonelen: length of zone name wireformat dname.
* @param tcp_upstream: use TCP for upstream queries.
* @param ssl_upstream: use SSL for upstream queries.
* @param tls_auth_name: if ssl_upstream, use this name with TLS
* authentication.
Expand Down Expand Up @@ -113,6 +114,7 @@ void worker_sighandler(int sig, void* arg);
* @param addrlen: length of addr.
* @param zone: wireformat dname of the zone.
* @param zonelen: length of zone name.
* @param tcp_upstream: use TCP for upstream queries.
* @param ssl_upstream: use SSL for upstream queries.
* @param tls_auth_name: if ssl_upstream, use this name with TLS
* authentication.
Expand Down

0 comments on commit b13bcab

Please sign in to comment.