.\" 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 "SVC_RESERVE" "" "06 October 2005" "" ""
.SH NAME
svc_reserve \- change the space reserved for the reply to a request.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void svc_reserve (struct svc_rqst * \fIrqstp\fB, int \fIspace\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIrqstp\fB\fR
The request in question
.TP
\fB\fIspace\fB\fR
new max space to reserve
.SH "DESCRIPTION"
.PP
Each request reserves some space on the output queue of the socket
to make sure the reply fits. This function reduces that reserved
space to be the amount of space used already, plus \fIspace\fR\&.