From a3449bcdfbe36f36624d9d2ab5cb041bd2b75c04 Mon Sep 17 00:00:00 2001 From: Per Hedbor <ph@opera.com> Date: Mon, 25 Aug 2014 18:28:39 +0200 Subject: [PATCH] Added note about the Shuffler to Pipe.Pipe. --- src/modules/Pipe/pipe.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/modules/Pipe/pipe.c b/src/modules/Pipe/pipe.c index 19920c5054..e3607c5de9 100644 --- a/src/modules/Pipe/pipe.c +++ b/src/modules/Pipe/pipe.c @@ -115,6 +115,10 @@ *! with no mmap input. *! *! Multiple socket output without regular file output illegal. + *! + *! @note + *! It is preferable to use the @[Shuffler] API, it is significantly + *! more flexible. */ static struct program *pipe_program, *output_program; -- GitLab