]> git.ipfire.org Git - thirdparty/chrony.git/commit
nameserv: prepare for asynchronous resolving
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 23 Apr 2014 14:04:47 +0000 (16:04 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Tue, 29 Apr 2014 10:07:38 +0000 (12:07 +0200)
commited96b4d49d436643f769e1f9d32e8fc7a96a1c73
tree639a0e8979afcfbb9c6cb74630240c4fb71bcab0
parent5ca8aa78408fcc2a34dd72e24414ab13352f4b70
nameserv: prepare for asynchronous resolving

Introduce a new function with callback to resolve names to IP addresses
asynchronously. For now, use a blocking wrapper around DNS_Name2IPAddress.
Makefile.in
nameserv_async.c [new file with mode: 0644]
nameserv_async.h [new file with mode: 0644]