aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet_protocol.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-17 11:54:31 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-17 11:54:31 +0100
commit500842f42c4e51c4c5fc3c1cdfc1c1f7166b2d0d (patch)
tree9a80967af02b49319d0ab406b0ec9fa3d31e13fd /src/cadet/cadet_protocol.h
parentd0bb14e2a958f4f816c6c006dd8b7a979e6de289 (diff)
downloadgnunet-500842f42c4e51c4c5fc3c1cdfc1c1f7166b2d0d.tar.gz
gnunet-500842f42c4e51c4c5fc3c1cdfc1c1f7166b2d0d.zip
more work on new CADET
Diffstat (limited to 'src/cadet/cadet_protocol.h')
-rw-r--r--src/cadet/cadet_protocol.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/cadet/cadet_protocol.h b/src/cadet/cadet_protocol.h
index c555d6155..ba2044b0d 100644
--- a/src/cadet/cadet_protocol.h
+++ b/src/cadet/cadet_protocol.h
@@ -74,7 +74,7 @@ struct GNUNET_CADET_ConnectionCreate
74 /** 74 /**
75 * ID of the connection 75 * ID of the connection
76 */ 76 */
77 struct GNUNET_CADET_Hash cid; 77 struct GNUNET_CADET_ConnectionTunnelIdentifier cid;
78 78
79 /** 79 /**
80 * path_length structs defining the *whole* path from the origin [0] to the 80 * path_length structs defining the *whole* path from the origin [0] to the
@@ -102,7 +102,7 @@ struct GNUNET_CADET_ConnectionACK
102 /** 102 /**
103 * ID of the connection. 103 * ID of the connection.
104 */ 104 */
105 struct GNUNET_CADET_Hash cid; 105 struct GNUNET_CADET_ConnectionTunnelIdentifier cid;
106 106
107}; 107};
108 108
@@ -125,7 +125,7 @@ struct GNUNET_CADET_ConnectionBroken
125 /** 125 /**
126 * ID of the connection. 126 * ID of the connection.
127 */ 127 */
128 struct GNUNET_CADET_Hash cid; 128 struct GNUNET_CADET_ConnectionTunnelIdentifier cid;
129 129
130 /** 130 /**
131 * ID of the endpoint 131 * ID of the endpoint
@@ -157,7 +157,7 @@ struct GNUNET_CADET_ConnectionDestroy
157 /** 157 /**
158 * ID of the connection. 158 * ID of the connection.
159 */ 159 */
160 struct GNUNET_CADET_Hash cid; 160 struct GNUNET_CADET_ConnectionTunnelIdentifier cid;
161}; 161};
162 162
163 163
@@ -179,7 +179,7 @@ struct GNUNET_CADET_ACK
179 /** 179 /**
180 * ID of the connection. 180 * ID of the connection.
181 */ 181 */
182 struct GNUNET_CADET_Hash cid; 182 struct GNUNET_CADET_ConnectionTunnelIdentifier cid;
183}; 183};
184 184
185 185
@@ -201,7 +201,7 @@ struct GNUNET_CADET_Poll
201 /** 201 /**
202 * ID of the connection. 202 * ID of the connection.
203 */ 203 */
204 struct GNUNET_CADET_Hash cid; 204 struct GNUNET_CADET_ConnectionTunnelIdentifier cid;
205 205
206}; 206};
207 207
@@ -247,7 +247,7 @@ struct GNUNET_CADET_KX
247 /** 247 /**
248 * ID of the connection. 248 * ID of the connection.
249 */ 249 */
250 struct GNUNET_CADET_Hash cid; 250 struct GNUNET_CADET_ConnectionTunnelIdentifier cid;
251 251
252 /** 252 /**
253 * Sender's ephemeral public ECC key encoded in a 253 * Sender's ephemeral public ECC key encoded in a
@@ -283,7 +283,7 @@ struct GNUNET_CADET_Encrypted
283 /** 283 /**
284 * ID of the connection. 284 * ID of the connection.
285 */ 285 */
286 struct GNUNET_CADET_Hash cid; 286 struct GNUNET_CADET_ConnectionTunnelIdentifier cid;
287 287
288 /** 288 /**
289 * MAC of the encrypted message, used to verify message integrity. 289 * MAC of the encrypted message, used to verify message integrity.