Next: bpipe_hdr_setup, Previous: bpipe_dpktf_size_cmp, Up: Internal Functions
Cleanup header structure and deallocate header fields.
#include <bpipe/bpipe.h>void bpipe_hdr_cleanup(BPipe *bpipe);
BPipe *bpipe
- binary pipe whose header is to be initialized
This routine is called to cleanup a BPipe
header.
It frees all memory associated with the header (fields, etc.).