pomp_ctx_get_loop

Function pomp_ctx_get_loop 

Source
pub unsafe extern "C" fn pomp_ctx_get_loop(
    ctx: *mut pomp_ctx,
) -> *mut pomp_loop
Expand description

Get the internal loop structure of the context. @param ctx : context. @return loop structure or NULL in case of error.