GNUnet  0.19.5
010.c
Go to the documentation of this file.
1 void *
2 connects (void *cls,
3  const struct GNUNET_PeerIdentity *peer,
4  struct GNUNET_MQ_Handle *mq)
5 {
6  return mq;
7 }
8 
struct GNUNET_MQ_Handle * mq
Definition: 003.c:5
void * connects(void *cls, const struct GNUNET_PeerIdentity *peer, struct GNUNET_MQ_Handle *mq)
Definition: 010.c:2
Handle to a message queue.
Definition: mq.c:87
The identity of the host (wraps the signing key of the peer).
struct GNUNET_TESTBED_Peer * peer
The peer associated with this model.