magma_DIR_t Struct Reference
#include <magma_flare_types.h>
Data Fields | |
| magma_flare_t * | dir |
| unsigned char | binhash [SHA_DIGEST_LENGTH] |
| uint32_t | read |
| off_t | offset |
| uint8_t | modified |
| uid_t | uid |
| gid_t | gid |
Detailed Description
directory pointer (same role of libc DIR* type)Field Documentation
directory pointed to
| unsigned char magma_DIR_t::binhash[SHA_DIGEST_LENGTH] |
binary hash of pointed flare
| uint32_t magma_DIR_t::read |
internal counter for reading operations
| off_t magma_DIR_t::offset |
actual offset. read and write operation will be performed on memory address which is dir->item.dir->pages + offset
| uint8_t magma_DIR_t::modified |
mark if directory has been modified and should be saved or not
| uid_t magma_DIR_t::uid |
owner of the directory handler
| gid_t magma_DIR_t::gid |
gid of the directory handler
The documentation for this struct was generated from the following file:
This file last modified Wednesday, 09-Jan-2008 20:02:46 CET