aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-28 18:42:55 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-28 18:42:55 +0000
commitf119c5a88b06a05349f311c27f27be9a2760bf3f (patch)
tree908ac7420b538f134b62c55dff86d7176b7ef27d /src/core/core.h
parent95cbbcfb126067111d489b0df43fb7f27eb005b5 (diff)
downloadgnunet-f119c5a88b06a05349f311c27f27be9a2760bf3f.tar.gz
gnunet-f119c5a88b06a05349f311c27f27be9a2760bf3f.zip
-align core message, do not run psycstore here
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/core.h b/src/core/core.h
index cb5caca1c..4cfc83611 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -111,6 +111,11 @@ struct ConnectNotifyMessage
111 struct GNUNET_MessageHeader header; 111 struct GNUNET_MessageHeader header;
112 112
113 /** 113 /**
114 * Always zero.
115 */
116 uint32_t reserved GNUNET_PACKED;
117
118 /**
114 * Identity of the connecting peer. 119 * Identity of the connecting peer.
115 */ 120 */
116 struct GNUNET_PeerIdentity peer; 121 struct GNUNET_PeerIdentity peer;