.\" 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 "OF_NODE_RELEASE" "9" "09 October 2005" "" ""
.SH NAME
of_node_release \- release a dynamically allocated node
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void of_node_release (struct kref * \fIkref\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIkref\fB\fR
kref element of the node to be released
.SH "DESCRIPTION"
.PP
In \fBof_node_put\fR this function is passed to \fBkref_put\fR
as the destructor.