![]() |
CernVM-FS
2.13.0
|
#include "libcvmfs.h"
Go to the source code of this file.
Classes | |
struct | fs_traversal_context |
struct | fs_traversal |
Macros | |
#define | COPY_BUFFER_SIZE 4096 |
Enumerations | |
enum | fs_open_type { fs_open_read, fs_open_write, fs_open_append } |
#define COPY_BUFFER_SIZE 4096 |
This file is part of the CernVM File System.
Definition at line 9 of file fs_traversal_interface.h.
Referenced by shrinkwrap::copyFile(), and posix_archive_config().
enum fs_open_type |
Enumerator | |
---|---|
fs_open_read | |
fs_open_write | |
fs_open_append |
Definition at line 24 of file fs_traversal_interface.h.