iPXE
peerdist_multiplexed_block Struct Reference

A PeerDist multiplexed block download. More...

#include <peermux.h>

Data Fields

struct peerdist_multiplexerpeermux
 PeerDist download multiplexer.
struct list_head list
 List of multiplexed blocks.
struct interface xfer
 Data transfer interface.

Detailed Description

A PeerDist multiplexed block download.

Definition at line 36 of file peermux.h.

Field Documentation

◆ peermux

struct peerdist_multiplexer* peerdist_multiplexed_block::peermux

PeerDist download multiplexer.

Definition at line 38 of file peermux.h.

Referenced by peermux_block_buffer(), peermux_block_close(), peermux_block_deliver(), peermux_block_stat(), peermux_filter(), and peermux_step().

◆ list

struct list_head peerdist_multiplexed_block::list

List of multiplexed blocks.

Definition at line 40 of file peermux.h.

Referenced by peermux_block_close(), peermux_filter(), and peermux_step().

◆ xfer

struct interface peerdist_multiplexed_block::xfer

Data transfer interface.

Definition at line 42 of file peermux.h.

Referenced by peermux_block_close(), peermux_close(), peermux_filter(), and peermux_step().


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