aboutsummaryrefslogtreecommitdiff
path: root/src/exit/exit.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-12 19:07:40 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-12 19:07:40 +0000
commit6c471eeb15e27f8226492b4860a3c2acb94c5f25 (patch)
treea3a9dcba12ee5356c03056c10b7aba5367b2ef34 /src/exit/exit.h
parent16bcbbea7133fd2265d46bd2ae1dc70e8c9ba96f (diff)
downloadgnunet-6c471eeb15e27f8226492b4860a3c2acb94c5f25.tar.gz
gnunet-6c471eeb15e27f8226492b4860a3c2acb94c5f25.zip
-consistently use struct GNUNET_HashCode
Diffstat (limited to 'src/exit/exit.h')
-rw-r--r--src/exit/exit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/exit/exit.h b/src/exit/exit.h
index 90df26d7d..ff5e3f54c 100644
--- a/src/exit/exit.h
+++ b/src/exit/exit.h
@@ -49,7 +49,7 @@ struct GNUNET_EXIT_TcpServiceStartMessage
49 /** 49 /**
50 * Identification for the desired service. 50 * Identification for the desired service.
51 */ 51 */
52 GNUNET_HashCode service_descriptor; 52 struct GNUNET_HashCode service_descriptor;
53 53
54 /** 54 /**
55 * Skeleton of the TCP header to send. Port numbers are to 55 * Skeleton of the TCP header to send. Port numbers are to
@@ -142,7 +142,7 @@ struct GNUNET_EXIT_UdpServiceMessage
142 /** 142 /**
143 * Identification for the desired service. 143 * Identification for the desired service.
144 */ 144 */
145 GNUNET_HashCode service_descriptor; 145 struct GNUNET_HashCode service_descriptor;
146 146
147 /* followed by UDP payload */ 147 /* followed by UDP payload */
148}; 148};
@@ -230,7 +230,7 @@ struct GNUNET_EXIT_IcmpServiceMessage
230 /** 230 /**
231 * Identification for the desired service. 231 * Identification for the desired service.
232 */ 232 */
233 GNUNET_HashCode service_descriptor; 233 struct GNUNET_HashCode service_descriptor;
234 234
235 /** 235 /**
236 * ICMP header to use. 236 * ICMP header to use.