chiark
/
gitweb
/
~mdw
/
adns
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
a719a4b
)
Update wishlist items and add purpose comment to adns.h.
author
ian
<ian>
Sat, 10 Apr 1999 16:29:21 +0000
(16:29 +0000)
committer
ian
<ian>
Sat, 10 Apr 1999 16:29:21 +0000
(16:29 +0000)
src/adns.h
patch
|
blob
|
blame
|
history
diff --git
a/src/adns.h
b/src/adns.h
index 1b3e1d3bf507a5a706c489d28d0e66b59a26899d..ce12fc239757399de0aba67905618927ac889fd0 100644
(file)
--- a/
src/adns.h
+++ b/
src/adns.h
@@
-1,3
+1,7
@@
+/*
+ * adns.h
+ * - adns user-visible API (single-threaded, without any locking)
+ */
/*
* This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson
*
/*
* This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson
*
@@
-264,10
+268,10
@@
int adns_wait(adns_state ads,
adns_query *query_io,
adns_answer **answer_r,
void **context_r);
adns_query *query_io,
adns_answer **answer_r,
void **context_r);
-/* fixme: merge _check and _wait into one func with flags wait and `remove'(?) */
/* fixme: include TTL in answer somehow */
/* fixme: multithreading/locking */
/* fixme: easy way to get lists of fd's */
/* fixme: include TTL in answer somehow */
/* fixme: multithreading/locking */
/* fixme: easy way to get lists of fd's */
+/* fixme: IPv6 */
void adns_cancel(adns_query query);
void adns_cancel(adns_query query);