next up previous contents index
Next: 28.5.7 pfq_leaf_create: create a Up: 28.5 External Requirements and Previous: 28.5.5 pfq_sff_create: create an

28.5.6 pfq_ssf_create: create an intermediate node implementing SSF

 

SYNOPSIS

#include <oskit/hpfq.h>

oskit_error_t pfq_ssf_create(pfq_sched_t **out_sched);

DESCRIPTION

Creates an intermediate PFQ node implementing the Smallest Start time First (SSF) 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