From e907130c34edc88b05cef97806707b28143352a4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 27 Jul 2008 19:02:39 +0200 Subject: add a few comments --- libasyncns/asyncns.c | 2 ++ 1 file changed, 2 insertions(+) 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 { -- cgit