|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
Memory-mapped file handle. More...
#include <lib/platform/mmap.h>
Data Fields | |
| void * | addr |
| size_t | size |
| int | fd |
Memory-mapped file handle.
Contains platform-specific handles and mapping information. Do not access members directly; use the platform_mmap_* functions.
Definition at line 46 of file platform/mmap.h.
| void* platform_mmap::addr |
Mapped memory address (NULL if not mapped)
Definition at line 47 of file platform/mmap.h.
| int platform_mmap::fd |
POSIX file descriptor
Definition at line 53 of file platform/mmap.h.
| size_t platform_mmap::size |
Size of the mapping in bytes
Definition at line 48 of file platform/mmap.h.