next up previous contents index
Next: 28.6.3 pfq_sched_set_share: allocate a Up: 28.6 pfq_sched: Interface to Previous: 28.6.1 pfq_sched_add_child: add a

28.6.2 pfq_sched_remove_child: remove a child from a root or intermediate node

 

SYNOPSIS

#include <oskit/hpfq.h>

oskit_error_t pfq_sched_remove_child(pfq_sched_t *sched, pfq_sched_t *child);

DESCRIPTION

This method removes a child from a parent pfq_sched object.

PARAMETERS

sched
The parent pfq_sched object losing a child.
child
The child to be orphaned.

RETURNS

Returns 0 on success, or an error code specified in <oskit/error.h>, on error.



University of Utah Flux Research Group