summaryrefslogtreecommitdiffstats
path: root/libasyncns
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-07-27 19:02:39 +0200
committerLennart Poettering <lennart@poettering.net>2008-07-27 19:02:39 +0200
commite907130c34edc88b05cef97806707b28143352a4 (patch)
treecbeccde032aed8c056496f9ab8faed5f94bebc1c /libasyncns
parentdbb7ef0403cc5588172c2c11bec12e1fab6dafca (diff)
add a few comments
Diffstat (limited to 'libasyncns')
-rw-r--r--libasyncns/asyncns.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libasyncns/asyncns.c b/libasyncns/asyncns.c
index 1b10b96..c0995c8 100644
--- a/libasyncns/asyncns.c
+++ b/libasyncns/asyncns.c
@@ -124,6 +124,7 @@ typedef struct addrinfo_request {
typedef struct addrinfo_response {
struct rheader header;
int ret;
+ /* followed by addrinfo_serialization[] */
} addrinfo_response_t;
typedef struct addrinfo_serialization {
@@ -133,6 +134,7 @@ typedef struct addrinfo_serialization {
int ai_protocol;
size_t ai_addrlen;
size_t canonname_len;
+ /* Followed by ai_addr amd ai_canonname with variable lengths */
} addrinfo_serialization_t;
typedef struct nameinfo_request {