xfer_filter_half Struct Reference

Half of a data transfer filter. More...

#include <filter.h>


Data Fields

struct xfer_interface xfer
 Data transfer interface.
struct xfer_filter_halfother
 Other half of the data transfer filter.


Detailed Description

Half of a data transfer filter.

Embed two of these structures within a structure implementing a data transfer filter, and intialise with filter_init(). You can then use the filter_xxx() methods as the data transfer interface methods as required.

Definition at line 23 of file filter.h.


Field Documentation

Other half of the data transfer filter.

Definition at line 27 of file filter.h.

Referenced by __attribute__(), and filter_init().


The documentation for this struct was generated from the following file:

Generated on Tue Apr 6 20:02:11 2010 for gPXE by  doxygen 1.5.7.1