mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58:20 +00:00
parent
f9cd97d78d
commit
63eac6c174
2 changed files with 23 additions and 15 deletions
|
@ -100,8 +100,9 @@ protected:
|
|||
void LoadCache(FILE* f);
|
||||
void Save(FILE* f, PDict(DNS_Mapping)& m);
|
||||
|
||||
// Selects on the fd to see if there is an answer available (timeout is
|
||||
// secs). Returns 0 on timeout, -1 on EINTR, and 1 if answer is ready.
|
||||
// Selects on the fd to see if there is an answer available (timeout
|
||||
// is secs). Returns 0 on timeout, -1 on EINTR or other error, and 1
|
||||
// if answer is ready.
|
||||
int AnswerAvailable(int timeout);
|
||||
|
||||
// Issue as many queued async requests as slots are available.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue