CernVM-FS
2.12.0
|
#include <file_chunk.h>
Public Member Functions | |
OpenChunks () | |
Public Attributes | |
ChunkFd * | chunk_fd |
FileChunkReflist | chunk_reflist |
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.
|
inline |
Definition at line 144 of file file_chunk.h.
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().