GNUnet  0.20.0
011.c
Go to the documentation of this file.
1 void
2 disconnects (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).
struct GNUNET_TESTBED_Peer * peer
The peer associated with this model.