]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
neater comments
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 13 Nov 2008 10:19:14 +0000 (10:19 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 13 Nov 2008 10:19:14 +0000 (10:19 +0000)
git-svn-id: file:///svn/unbound/trunk@1347 be551aaa-1e26-0410-a405-d3ace91eadb9

daemon/worker.h
doc/Changelog

index 6beb607f827c13f191f8593b1acacb6fa50b5feb..fd83b61c6db06bc6e0421dfa65312138c9096b92 100644 (file)
@@ -200,9 +200,10 @@ struct outbound_entry* worker_send_query(uint8_t* qname, size_t qnamelen,
        struct module_qstate* q);
 
 /** 
- * process control messages from the main thread. 
+ * process control messages from the main thread. Frees the control 
+ * command message.
  * @param tube: tube control message came on.
- * @param msg: message contents.
+ * @param msg: message contents.  Is freed.
  * @param len: length of message.
  * @param error: if error (NETEVENT_*) happened.
  * @param arg: user argument
index 14380d74662f8dfd6254c8d9013f7ab3c8cdff84..fda3185c80c1f44eeef3ccfd397937272eb41d1b 100644 (file)
@@ -1,6 +1,7 @@
 13 November 2008: Wouter
        - added fedora init and specfile to contrib (by Paul Wouters).
        - added configure check for ldns 1.4.0 (using its compat funcs).
+       - neater comments in worker.h.
 
 12 November 2008: Wouter
        - add unbound-control manpage to makedist replace list.