.\" 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 "HPSB_FREE_TLABEL" "" "06 October 2005" "" ""
.SH NAME
hpsb_free_tlabel \- free an allocated transaction label
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void hpsb_free_tlabel (struct hpsb_packet * \fIpacket\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIpacket\fB\fR
packet whos tlabel/tpool needs to be cleared
.SH "DESCRIPTION"
.PP
Frees the transaction label allocated with \fBhpsb_get_tlabel\fR\&. The
tlabel has to be freed after the transaction is complete (i.e. response
was received for a split transaction or packet was sent for a unified
transaction).
.PP
A tlabel must not be freed twice.