Next: , Previous: write_dpktf_def, Up: Internal Functions


A.5.57 write_hdrf_data

Write a header field's data to an output channel.

Synopsis

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

Parameters

void *data
Not Documented.

Description

This is an action routine used when traversing the list of header fields which writes out the header field data.

Returns

It returns zero upon success, non-zero upon failure. It sets bpipe_errno to BPEIOERROR upon failure.