| 1143 | size_t pipeBufferSize = 0; ///< Optional size of the splice pipe (0 = default) |
| 1144 | PipeDescriptor splicePipe; ///< Pipe used for splice operations |
| 1145 | #endif |
| 1146 | }; |
| 1147 | |
| 1148 | // forward declared because it must be defined after AsyncTaskSequence |
nothing calls this directly
no outgoing calls
no test coverage detected