Next: , Previous: fill_input_to_core_map, Up: Internal Functions   [Contents]


A.5.40 hdrf_all_delete

SLinkList node delete routine for header data fields.

Synopsis

#include <bpipe/bpipe.h>

static void hdrf_all_delete(
  void *field,
  void *ll
);

Parameters

void *field

the field to delete

void *ll

the parent bpipe->hdrf_ll list

Description

This routine will delete a header field structure and the associated link in the parent bpipe structure’s hdrf_ll list.