[][src]Function dqcsim::bindings::dqcs_tcfg_name

#[no_mangle]pub extern "C" fn dqcs_tcfg_name(tcfg: dqcs_handle_t) -> *mut c_char

Returns the configured name for the given plugin thread.

On success, this returns a newly allocated string containing the name. Free it with free() when you're done with it to avoid memory leaks. On failure (i.e., the handle is invalid) this returns NULL.