CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/03/26 08:38:14
Modified files:
usr.sbin/smtpd : asr.c asr.h dns.c
Log message:
Tweak the asr API to make things a bit smoother on the user side.
Then asr_run() call now returns ASR_COND when a condition on a FD is
expected. The exact condition (readable or writeable) is specified in
the asr_result structure, along with the fd and timeout.
ok gilles@
