mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-15 22:49:16 +00:00
altcp: Add doxygen comment for altcp_allocator_t
This commit is contained in:
parent
759c38b956
commit
e594742801
@ -80,7 +80,8 @@ struct altcp_pcb {
|
|||||||
u8_t pollinterval;
|
u8_t pollinterval;
|
||||||
};
|
};
|
||||||
|
|
||||||
/** @ingroup altcp */
|
/** @ingroup altcp
|
||||||
|
* Struct containing an allocator and its state. */
|
||||||
typedef struct altcp_allocator_s {
|
typedef struct altcp_allocator_s {
|
||||||
/** Allocator function */
|
/** Allocator function */
|
||||||
altcp_new_fn alloc;
|
altcp_new_fn alloc;
|
||||||
|
Loading…
Reference in New Issue
Block a user