aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/vpn.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/vpn/vpn.h
parent16bcbbea7133fd2265d46bd2ae1dc70e8c9ba96f (diff)
downloadgnunet-6c471eeb15e27f8226492b4860a3c2acb94c5f25.tar.gz
gnunet-6c471eeb15e27f8226492b4860a3c2acb94c5f25.zip
-consistently use struct GNUNET_HashCode
Diffstat (limited to 'src/vpn/vpn.h')
-rw-r--r--src/vpn/vpn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpn/vpn.h b/src/vpn/vpn.h
index bec3a5b59..12c9a7c81 100644
--- a/src/vpn/vpn.h
+++ b/src/vpn/vpn.h
@@ -115,7 +115,7 @@ struct RedirectToServiceRequestMessage
115 /** 115 /**
116 * Service descriptor identifying the service. 116 * Service descriptor identifying the service.
117 */ 117 */
118 GNUNET_HashCode service_descriptor; 118 struct GNUNET_HashCode service_descriptor;
119 119
120 /** 120 /**
121 * Unique ID to match a future response to this request. 121 * Unique ID to match a future response to this request.