X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fhostlist%2Fgnunet-daemon-hostlist.c;h=0eedb56b16e8f81b54b172d6a6f184e0629e773f;hb=1f09f4f7716db5939ec1c9a278b5661616dd72d6;hp=b0fb03e29ec11cc27123377f9b7ac4805cacb13b;hpb=83b19539f4d322b43683f5838b72e9ec2c8e6073;p=oweals%2Fgnunet.git diff --git a/src/hostlist/gnunet-daemon-hostlist.c b/src/hostlist/gnunet-daemon-hostlist.c index b0fb03e29..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; */ static GNUNET_CORE_DisconnectEventHandler client_dh; +GNUNET_NETWORK_STRUCT_BEGIN + /** * A HOSTLIST_ADV message is used to exchange information about * hostlist advertisements. This struct is always @@ -123,7 +125,7 @@ struct GNUNET_HOSTLIST_ADV_Message */ uint32_t reserved GNUNET_PACKED; }; - +GNUNET_NETWORK_STRUCT_END static struct GNUNET_PeerIdentity me; @@ -137,7 +139,12 @@ core_init (void *cls, struct GNUNET_CORE_Handle *server, /** * Core handler for p2p hostlist advertisements * + * @param cls closure + * @param peer identity of the sender + * @param message advertisement message we got + * @param atsi performance information * @param atsi_count number of records in 'atsi' + * @return GNUNET_OK on success */ static int advertisement_handler (void *cls, const struct GNUNET_PeerIdentity *peer,