next up previous contents index
Next: 28.7.2 pfq_leaf_remove_child: remove a Up: 28.7 pfq_leaf: Interface to Previous: 28.7 pfq_leaf: Interface to

28.7.1 pfq_leaf_add_child: add a child to a root or intermediate node

 

SYNOPSIS

#include <oskit/hpfq.h>

oskit_error_t pfq_leaf_add_child(pfq_leaf_t *sched, pfq_sched_t *child, float share);

DESCRIPTION

This does not make sense for leaf nodes and is thus not implemented.

RETURNS

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



University of Utah Flux Research Group