Next:
Creating a CPU Reserve
Up:
API for LinuxRK
Previous:
Destroying a Resource Set
Attaching a Process to a Resource Set
int rk_resource_set_attach_process(rk_resource_set_t rs, pid_t pid)
Attaches the process specified by the
pid
parameter to the resource set
rs
. Returns
RK_SUCCESS
on success and
RK_ERROR
on failure.
Luca Abeni 2000-11-03