Rechercher une page de manuel
splice_direct_to_actor
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
splice_direct_to_actor - splices data directly between two non-pipesSYNOPSIS
- ssize_t splice_direct_to_actor(struct file * in, struct splice_desc * sd, splice_direct_actor * actor);
ARGUMENTS
in
- file to splice from
sd
- actor information on where to splice to
actor
- handles the data splicing
DESCRIPTION
This is a special case helper to splice directly between two points, without requiring an explicit pipe. Internally an allocated pipe is cached in the process, and reused during the lifetime of that process.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre