aboutsummaryrefslogtreecommitdiff
path: root/src/util/resolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/resolver.h')
-rw-r--r--src/util/resolver.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/resolver.h b/src/util/resolver.h
index 57cb68650..eca753a55 100644
--- a/src/util/resolver.h
+++ b/src/util/resolver.h
@@ -29,6 +29,8 @@
29 29
30#define DEBUG_RESOLVER GNUNET_EXTRA_LOGGING 30#define DEBUG_RESOLVER GNUNET_EXTRA_LOGGING
31 31
32GNUNET_NETWORK_STRUCT_BEGIN
33
32/** 34/**
33 * Request for the resolver. Followed by either 35 * Request for the resolver. Followed by either
34 * the "struct sockaddr" or the 0-terminated hostname. 36 * the "struct sockaddr" or the 0-terminated hostname.
@@ -59,5 +61,6 @@ struct GNUNET_RESOLVER_GetMessage
59 int32_t domain GNUNET_PACKED; 61 int32_t domain GNUNET_PACKED;
60 62
61}; 63};
64GNUNET_NETWORK_STRUCT_END
62 65
63#endif 66#endif