mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
Improve altcp allocator documentation
This commit is contained in:
parent
fc3c186289
commit
333fff3e66
@ -83,8 +83,11 @@ struct altcp_pcb {
|
|||||||
u8_t pollinterval;
|
u8_t pollinterval;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/** @ingroup altcp */
|
||||||
typedef struct altcp_allocator_s {
|
typedef struct altcp_allocator_s {
|
||||||
|
/** Allocator function */
|
||||||
altcp_new_fn alloc;
|
altcp_new_fn alloc;
|
||||||
|
/** Argument to allocator function */
|
||||||
void *arg;
|
void *arg;
|
||||||
} altcp_allocator_t;
|
} altcp_allocator_t;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user