Next: , Previous: bpipe_matrix_verify, Up: Internal Functions


A.5.29 bpipe_output_delete

delete an output descriptor structure

Synopsis

     #include <bpipe/bpipe.h>
     
     
     
void bpipe_output_delete(BPipeOutput *bpo);

Parameters

BPipeOutput *bpo
the output descriptor structure to delete

Description

This routine frees the memory associated with an output descriptor structure and its associated data. The I/O channel must already have been closed.