table of contents
UTRACE_ENGINE_GET(9) | utrace core API | UTRACE_ENGINE_GET(9) |
NAME¶
utrace_engine_get - acquire a reference on a struct utrace_engine
SYNOPSIS¶
void utrace_engine_get(struct utrace_engine * engine);
ARGUMENTS¶
engine
struct utrace_engine pointer
DESCRIPTION¶
You must hold a reference on engine, and you get another.
May 2024 | Kernel Hackers Manual 2.6. |