Function gnunet_sys::GNUNET_i2s[][src]

pub unsafe extern "C" fn GNUNET_i2s(
    pid: *const GNUNET_PeerIdentity
) -> *const c_char

@ingroup logging Convert a peer identity to a string (for printing debug messages). This is one of the very few calls in the entire API that is NOT reentrant!

@param pid the peer identity @return string form of the pid; will be overwritten by next call to #GNUNET_i2s().