Function gnunet_sys::GNUNET_PEER_intern[][src]

pub unsafe extern "C" fn GNUNET_PEER_intern(
    pid: *const GNUNET_PeerIdentity
) -> GNUNET_PEER_Id

Intern an peer identity. If the identity is already known, its reference counter will be increased by one.

@param pid identity to intern @return the interned identity.