Next: hdrf_all_delete, Previous: fill_dpktf_ll, Up: Internal Functions
Given a data packet field, determine the copy operations necessary to map from input to core state.
#include <bpipe/bpipe.h>static int fill_input_to_core_map( void *data, void *udata );
void *data
- Not Documented.
void *udata
- Not Documented.
This routine is an action routine passed to the linked list package. It takes a passed data packet field and generates a list of copy operations which map the data packet field from its input state to its core state. It uses and updates a passed offset from the start of the core image.
It returns zero upon success, non-zero upon failure.
Upon error bpipe_errno
is set to one of the following:
BPEBADARG
BPENOMEM