The Pedigree Project  0.1
Public Attributes | List of all members
pbuf_rom Struct Reference

#include <pbuf.h>

+ Collaboration diagram for pbuf_rom:

Public Attributes

struct pbufnext
 
const void * payload
 

Detailed Description

Helper struct for const-correctness only. The only meaning of this one is to provide a const payload pointer for PBUF_ROM type.

Definition at line 199 of file pbuf.h.

Member Data Documentation

struct pbuf* pbuf_rom::next

next pbuf in singly linked pbuf chain

Definition at line 201 of file pbuf.h.

const void* pbuf_rom::payload

pointer to the actual data in the buffer

Definition at line 204 of file pbuf.h.


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