aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/gnunet-daemon-hostlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/gnunet-daemon-hostlist.c')
-rw-r--r--src/hostlist/gnunet-daemon-hostlist.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/hostlist/gnunet-daemon-hostlist.c b/src/hostlist/gnunet-daemon-hostlist.c
index b10f124d4..0eedb56b1 100644
--- a/src/hostlist/gnunet-daemon-hostlist.c
+++ b/src/hostlist/gnunet-daemon-hostlist.c
@@ -99,6 +99,8 @@ static GNUNET_CORE_ConnectEventHandler client_ch;
99 */ 99 */
100static GNUNET_CORE_DisconnectEventHandler client_dh; 100static GNUNET_CORE_DisconnectEventHandler client_dh;
101 101
102GNUNET_NETWORK_STRUCT_BEGIN
103
102/** 104/**
103 * A HOSTLIST_ADV message is used to exchange information about 105 * A HOSTLIST_ADV message is used to exchange information about
104 * hostlist advertisements. This struct is always 106 * hostlist advertisements. This struct is always
@@ -123,7 +125,7 @@ struct GNUNET_HOSTLIST_ADV_Message
123 */ 125 */
124 uint32_t reserved GNUNET_PACKED; 126 uint32_t reserved GNUNET_PACKED;
125}; 127};
126 128GNUNET_NETWORK_STRUCT_END
127 129
128static struct GNUNET_PeerIdentity me; 130static struct GNUNET_PeerIdentity me;
129 131