splice: divorce the splice structure/function definitions from the pipe header
authorJens Axboe <jens.axboe@oracle.com>
Mon, 4 Jun 2007 07:59:47 +0000 (09:59 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 10 Jul 2007 06:04:14 +0000 (08:04 +0200)
We need to move even more stuff into the header so that folks can use
the splice_to_pipe() implementation instead of open-coding a lot of
pipe knowledge (see relay implementation), so move to our own header
file finally.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>

No differences found