Next: create_output_map, Previous: bpipe_matrix_verify, Up: Internal Functions
delete an output descriptor structure
#include <bpipe/bpipe.h>void bpipe_output_delete(BPipeOutput *bpo);
BPipeOutput *bpo
- the output descriptor structure to delete
This routine frees the memory associated with an output descriptor structure and its associated data. The I/O channel must already have been closed.