GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
010.c
Go to the documentation of this file.
1void *
2connects (void *cls,
3 const struct GNUNET_PeerIdentity *peer,
4 struct GNUNET_MQ_Handle *mq)
5{
6 return mq;
7}
8
void * connects(void *cls, const struct GNUNET_PeerIdentity *peer, struct GNUNET_MQ_Handle *mq)
Definition 010.c:2
static struct GNUNET_MQ_Handle * mq
Our connection to the resolver service, created on-demand, but then persists until error or shutdown.
Handle to a message queue.
Definition mq.c:87
The identity of the host (wraps the signing key of the peer).