aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_kx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gnunet-service-core_kx.c')
-rw-r--r--src/core/gnunet-service-core_kx.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/gnunet-service-core_kx.c b/src/core/gnunet-service-core_kx.c
index 63dd6b7ee..38a5af9a4 100644
--- a/src/core/gnunet-service-core_kx.c
+++ b/src/core/gnunet-service-core_kx.c
@@ -62,6 +62,8 @@
62#define MAX_SET_KEY_DELAY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 10) 62#define MAX_SET_KEY_DELAY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 10)
63 63
64 64
65GNUNET_NETWORK_STRUCT_BEGIN
66
65/** 67/**
66 * We're sending an (encrypted) PING to the other peer to check if he 68 * We're sending an (encrypted) PING to the other peer to check if he
67 * can decrypt. The other peer should respond with a PONG with the 69 * can decrypt. The other peer should respond with a PONG with the
@@ -213,7 +215,7 @@ struct EncryptedMessage
213 struct GNUNET_TIME_AbsoluteNBO timestamp; 215 struct GNUNET_TIME_AbsoluteNBO timestamp;
214 216
215}; 217};
216 218GNUNET_NETWORK_STRUCT_END
217/** 219/**
218 * Number of bytes (at the beginning) of "struct EncryptedMessage" 220 * Number of bytes (at the beginning) of "struct EncryptedMessage"
219 * that are NOT encrypted. 221 * that are NOT encrypted.