CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ChunkFd Struct Reference

#include <file_chunk.h>

Public Member Functions

 ChunkFd ()
 

Public Attributes

int fd
 
unsigned chunk_idx
 

Detailed Description

Stores the chunk index of a file descriptor. Needed for the Fuse module and for libcvmfs.

Definition at line 80 of file file_chunk.h.

Constructor & Destructor Documentation

ChunkFd::ChunkFd ( )
inline

Definition at line 81 of file file_chunk.h.

Member Data Documentation

unsigned ChunkFd::chunk_idx

Definition at line 83 of file file_chunk.h.

Referenced by cvmfs::cvmfs_read(), and LibContext::Pread().

int ChunkFd::fd

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