GNUnet debian-0.24.3-28-g4f2a77692
 
Loading...
Searching...
No Matches
GNUNET_DISK_MapHandle Struct Reference

Handle for a memory-mapping operation. More...

Data Fields

void * addr
 Address where the map is in memory.
 
size_t len
 Number of bytes mapped.
 

Detailed Description

Handle for a memory-mapping operation.

Definition at line 1384 of file disk.c.

Field Documentation

◆ addr

void* GNUNET_DISK_MapHandle::addr

Address where the map is in memory.

Definition at line 1389 of file disk.c.

◆ len

size_t GNUNET_DISK_MapHandle::len

Number of bytes mapped.

Definition at line 1394 of file disk.c.


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