GNUnet 0.21.1
010.c File Reference

Go to the source code of this file.

Functions

void * connects (void *cls, const struct GNUNET_PeerIdentity *peer, struct GNUNET_MQ_Handle *mq)
 

Function Documentation

◆ connects()

void * connects ( void *  cls,
const struct GNUNET_PeerIdentity peer,
struct GNUNET_MQ_Handle mq 
)

Definition at line 2 of file 010.c.

5{
6 return mq;
7}
struct GNUNET_MQ_Handle * mq
Definition: 003.c:5

References mq.

Referenced by GNUNET_CADET_open_port(), and GNUNET_CORE_connect().

Here is the caller graph for this function: