Function gnunet_sys::GNUNET_SERVICE_client_persist[][src]

pub unsafe extern "C" fn GNUNET_SERVICE_client_persist(
    c: *mut GNUNET_SERVICE_Client
)

Set the persist option on this client. Indicates that the underlying socket or fd should never really be closed. Used for indicating process death.

@param c client to persist the socket (never to be closed)