Function libzt::zts_init_allow_id_cache[][src]

pub unsafe extern "C" fn zts_init_allow_id_cache(allowed: c_uint) -> c_int
Expand description

@brief Enable or disable whether the node will cache identities (enabled by default when zts_init_from_storage() is used.) Must be called before zts_node_start().

@param enabled Whether or not this feature is enabled @return ZTS_ERR_OK if successful, ZTS_ERR_SERVICE if the node experiences a problem, ZTS_ERR_ARG if invalid argument.