Next: , Previous: datatype_memcpy, Up: Internal Functions


A.5.32 dpktf_delete

Delete a DpktField structure.

Synopsis

     #include <bpipe/bpipe.h>
     
     
     
static void dpktf_delete(DpktField *field);

Parameters

DpktField *field
the field structure to delete

Description

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.