aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/cadet_protocol.h')
-rw-r--r--src/cadet/cadet_protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cadet/cadet_protocol.h b/src/cadet/cadet_protocol.h
index dbb4f604f..1a42e920f 100644
--- a/src/cadet/cadet_protocol.h
+++ b/src/cadet/cadet_protocol.h
@@ -362,7 +362,7 @@ struct GNUNET_CADET_ChannelCreate
362 /** 362 /**
363 * Destination port. 363 * Destination port.
364 */ 364 */
365 uint32_t port GNUNET_PACKED; 365 struct GNUNET_HashCode port;
366 366
367 /** 367 /**
368 * Channel options. 368 * Channel options.