Searched defs:UNIT_VTABLE (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Dunit.h422 #define UNIT_VTABLE(u) unit_vtable[(u)->type] macro
436 #define UNIT_HAS_EXEC_CONTEXT(u) (UNIT_VTABLE(u)->exec_context_offset > 0)
437 #define UNIT_HAS_CGROUP_CONTEXT(u) (UNIT_VTABLE(u)->cgroup_context_offset > 0)
438 #define UNIT_HAS_KILL_CONTEXT(u) (UNIT_VTABLE(u)->kill_context_offset > 0)

Completed in 15 milliseconds