Next: , Previous: fill_core_to_output_map, Up: Internal Functions


A.5.38 fill_dpktf_ll

add the next link in a list

Synopsis

     #include <bpipe/bpipe.h>
     
     
     
static int fill_dpktf_ll( void *data, void *udata );

Parameters

void *data
Not Documented.
void *udata
Not Documented.

Description

This routine is an action function called when parsing the list of data packet fields. It is passed a data field pointer and a list pointer (as user data) and inserts the field pointer into the list.

Returns

It returns zero upon success, non-zero if it couldn't insert the the data into the list.