next up previous contents index
Next: 28.5.6 pfq_ssf_create: create an Up: 28.5 External Requirements and Previous: 28.5.4 pfq_ssf_create_root: create a

28.5.5 pfq_sff_create: create an intermediate node implementing SFF

 

SYNOPSIS

#include <oskit/hpfq.h>

oskit_error_t pfq_sff_create(pfq_sched_t **out_sched);

DESCRIPTION

Creates an intermediate PFQ node implementing the Smallest Finish time First (SFF) scheduling policy.

PARAMETERS

out_sched
A pointer to the pfq_sched object representing the the created intermediate node.

This can be then used with future pfq_sched methods to add children, etc.

RETURNS

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



University of Utah Flux Research Group