Rechercher une page de manuel
svc_reserve
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
svc_reserve - change the space reserved for the reply to a request.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 transport to make sure the reply fits. This function reduces that reserved space to be the amount of space used already, plus space.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre