Function rust_corosync::cpg::context_set

source ·
pub fn context_set(handle: Handle, context: u64) -> Result<()>
Expand description

Set the current ‘context’ value for this handle. The context value is an arbitrary value that is always passed back to callbacks to help identify the source. Normally this is set in initialize, but this allows it to be changed