Public Attributes

pbuf_custom Struct Reference

A custom pbuf: like a pbuf, but following a function pointer to free it. More...

#include <pbuf.h>

List of all members.

Public Attributes

struct pbuf pbuf
 The actual pbuf.
pbuf_free_custom_fn custom_free_function
 This function is called when pbuf_free deallocates this pbuf(_custom).

Detailed Description

A custom pbuf: like a pbuf, but following a function pointer to free it.


Member Data Documentation

This function is called when pbuf_free deallocates this pbuf(_custom).

The actual pbuf.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines