SVC_RESERVE

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

svc_reserve - change the space reserved for the reply to a request.  

SYNOPSIS

"SYNOPSIS"

void svc_reserve (struct svc_rqst * rqstp, int space);  

ARGUMENTS

rqstp
The request in question
space
new max space to reserve
 

DESCRIPTION

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 space.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 05:31:00 GMT, October 06, 2005