Go to the source code of this file.
Functions | |
void | GNUNET_TRANSPORT_TESTING_log_connect (void *cls, struct GNUNET_TRANSPORT_TESTING_PeerContext *me, const struct GNUNET_PeerIdentity *other) |
Log a connect event. More... | |
void | GNUNET_TRANSPORT_TESTING_log_disconnect (void *cls, struct GNUNET_TRANSPORT_TESTING_PeerContext *me, const struct GNUNET_PeerIdentity *other) |
Log a disconnect event. More... | |
void GNUNET_TRANSPORT_TESTING_log_connect | ( | void * | cls, |
struct GNUNET_TRANSPORT_TESTING_PeerContext * | me, | ||
const struct GNUNET_PeerIdentity * | other | ||
) |
Log a connect event.
cls | NULL |
me | peer that had the event |
other | peer that connected. |
Definition at line 37 of file transport-testing-loggers2.c.
References GNUNET_ERROR_TYPE_INFO, GNUNET_free, GNUNET_i2s(), GNUNET_log, GNUNET_strdup, me, and ps.
void GNUNET_TRANSPORT_TESTING_log_disconnect | ( | void * | cls, |
struct GNUNET_TRANSPORT_TESTING_PeerContext * | me, | ||
const struct GNUNET_PeerIdentity * | other | ||
) |
Log a disconnect event.
cls | NULL |
me | peer that had the event |
other | peer that disconnected. |
Definition at line 62 of file transport-testing-loggers2.c.
References GNUNET_ERROR_TYPE_INFO, GNUNET_free, GNUNET_i2s(), GNUNET_log, GNUNET_strdup, me, and ps.