Next: dpktf_name_cmp, Previous: datatype_memcpy, Up: Internal Functions
Delete a DpktField
structure.
#include <bpipe/bpipe.h>static void dpktf_delete(DpktField *field);
DpktField *field
- the field structure to delete
Free the memory associated with a data packet field specification structure, including its associated data (name, type, input, core, output, input-to-core and core-to-output fields).
If any pointers are NULL
(including the passed pointer to the data
packet field specification), they are skipped.