ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV-ADNS/ADNS.pm
(Generate patch)

Comparing EV-ADNS/ADNS.pm (file contents):
Revision 1.15 by root, Fri Oct 16 23:58:20 2015 UTC vs.
Revision 1.16 by root, Sat Oct 17 00:01:53 2015 UTC

139 139
140=item $query->cancel 140=item $query->cancel
141 141
142Cancels a request that is in progress. 142Cancels a request that is in progress.
143 143
144=item EV::ADNS::reinit undef, $resolvdata_or_undef 144=item EV::ADNS::reinit $flags_or_undef, $resolvdata_or_undef
145 145
146Cancels all outstanding queries, frees all adns state and reinitialises 146Cancels all outstanding queries, frees all adns state and reinitialises
147it. It is highly recommended to only call this when there are no 147it. It is highly recommended to only call this when there are no
148outstanding requests. 148outstanding requests.
149 149
150The first argument must currently be specified as C<undef>. 150The first argument is the set of init flags to use, or C<undef>, in which
151case EV::ADNS uses it's default flag set.
151 152
152The second argument can be missing or C<undef>; in which case the normal 153The second argument can be missing or C<undef>; in which case the normal
153initialisation is done (such as reading the F<resolv.conf>), or it might 154initialisation is done (such as reading the F<resolv.conf>), or it might
154be a stirng, in which case no config files or environment variables will 155be a stirng, in which case no config files or environment variables will
155be read and the given string will be interpreted as the F<resolv.conf> 156be read and the given string will be interpreted as the F<resolv.conf>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines