CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fs_traversal_interface.h File Reference
#include "libcvmfs.h"
Include dependency graph for fs_traversal_interface.h:
This graph shows which files directly or indirectly include this file:

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 }
 

Macro Definition Documentation

#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().

Enumeration Type Documentation

Enumerator
fs_open_read 
fs_open_write 
fs_open_append 

Definition at line 24 of file fs_traversal_interface.h.