#include <oskit/hpfq.h>oskit_error_t pfq_ssf_create_root(oskit_netio_t *link, pfq_sched_t **out_sched);
Creates a root PFQ node implementing the Smallest Start time First (SSF) scheduling policy.
- link
- The link that the scheduling tree intends to manage.
- out_sched
- A pointer to the pfq_sched object representing the root of the hierarchy.
This can be then used with future pfq_sched methods to add children, etc.
Returns 0 on success, or an error code specified in <oskit/error.h>, on error.