fttl_activate_template - Makes a specified template the active template.
SYNOPSIS
kern_return_t fttl_activate_template(template)
ft_template_t template;
DESCRIPTION
The fttl_activate_template system call makes template the active template.
This means that template will be copied to the time- line when periodic
timeline threads are enabled (see fttl_enable_periodic). The contents of
template are not affected by this call. The previously active template
is simply disasso- ciated from the timeline, its contents are also unaffected
by the call. template must have been created by the fttl_create_template
system call. fttl_add_to_template can be used to add periodic threads to
a template whether it is active or not. fttl_thread_create adds periodic
threads to the timeline and the active template only.
PARAMETERS
template
Specifies a template previously created by fttl_create_template
or the default template, (template = NULL).