GNUnet 0.21.0
GNUNET_DISK_MapHandle Struct Reference

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

Data Fields

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

Detailed Description

Handle for a memory-mapping operation.

Definition at line 1360 of file disk.c.

Field Documentation

◆ addr

void* GNUNET_DISK_MapHandle::addr

Address where the map is in memory.

Definition at line 1365 of file disk.c.

◆ len

size_t GNUNET_DISK_MapHandle::len

Number of bytes mapped.

Definition at line 1370 of file disk.c.


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