GNUnet 0.21.1
011.c
Go to the documentation of this file.
1void
2disconnects (void *cls,
3 const struct GNUNET_PeerIdentity * peer)
4{
5 /* Remove peer's identity from known peers */
6 /* Make sure no messages are sent to peer from now on */
7}
8
void disconnects(void *cls, const struct GNUNET_PeerIdentity *peer)
Definition: 011.c:2
The identity of the host (wraps the signing key of the peer).