diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-19 18:04:22 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-19 18:04:22 +0000 |
commit | 71bedf497cde8b0b38afbb366828b3df9c2803d6 (patch) | |
tree | c6aad5fdbfeca5143f0eeea296be0aa03e0ec1fc /docs/man/man3/dns.h.3 | |
parent | 9a6d5c5152dac57c967e6a936b36f640258fa43d (diff) |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2578 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/dns.h.3')
-rw-r--r-- | docs/man/man3/dns.h.3 | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/docs/man/man3/dns.h.3 b/docs/man/man3/dns.h.3 index 03f36a822..df94d7ad2 100644 --- a/docs/man/man3/dns.h.3 +++ b/docs/man/man3/dns.h.3 @@ -1,4 +1,4 @@ -.TH "dns.h" 3 "15 Dec 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*- +.TH "dns.h" 3 "19 Dec 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*- .ad l .nh .SH NAME @@ -26,6 +26,21 @@ dns.h \- .br .RI "\fIThe DNS class allows fast nonblocking resolution of hostnames and ip addresses. \fP" .in -1c +.SS "Functions" + +.in +1c +.ti -1c +.RI "void * \fBdns_task\fP (void *arg)" +.br +.RI "\fIThis is the handler function for multi-threaded \fBDNS\fP. \fP" +.in -1c +.SH "Function Documentation" +.PP +.SS "void* dns_task (void * arg)" +.PP +This is the handler function for multi-threaded \fBDNS\fP. +.PP +It cannot be a class member as pthread will not let us create a thread whos handler function is a member of a class (ugh). .SH "Author" .PP Generated automatically by Doxygen for InspIRCd from the source code. |