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

#include <file_chunk.h>

Collaboration diagram for SimpleChunkTables::OpenChunks:

Public Member Functions

 OpenChunks ()
 

Public Attributes

ChunkFdchunk_fd
 
FileChunkReflist chunk_reflist
 

Detailed Description

While a chunked file is open, a single file descriptor is moved around the individual chunks.

Definition at line 143 of file file_chunk.h.

Constructor & Destructor Documentation

SimpleChunkTables::OpenChunks::OpenChunks ( )
inline

Definition at line 144 of file file_chunk.h.

Member Data Documentation

ChunkFd* SimpleChunkTables::OpenChunks::chunk_fd

Definition at line 145 of file file_chunk.h.

Referenced by SimpleChunkTables::Add(), LibContext::Close(), and LibContext::Pread().

FileChunkReflist SimpleChunkTables::OpenChunks::chunk_reflist

Definition at line 146 of file file_chunk.h.

Referenced by SimpleChunkTables::Add(), LibContext::Close(), and LibContext::Pread().


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