.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "HTB_ADD_TO_WAIT_TREE" "9" "09 October 2005" "" ""
.SH NAME
htb_add_to_wait_tree \- adds class to the event queue with delay
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void htb_add_to_wait_tree (struct htb_sched * \fIq\fB, struct htb_class * \fIcl\fB, long \fIdelay\fB, int \fIdebug_hint\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIq\fB\fR
-- undescribed --
.TP
\fB\fIcl\fB\fR
-- undescribed --
.TP
\fB\fIdelay\fB\fR
-- undescribed --
.TP
\fB\fIdebug_hint\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
.PP
The class is added to priority event queue to indicate that class will
change its mode in cl->pq_key microseconds. Make sure that class is not
already in the queue.