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

Go to the source code of this file.

Variables

bool g_claim_ownership
 
bool g_raw_symlinks
 
uid_t g_uid
 
gid_t g_gid
 
bool g_world_readable
 

Variable Documentation

bool g_claim_ownership

This file is part of the CernVM File System.

Definition at line 11 of file globals.cc.

Referenced by catalog::SqlLookup::GetDirent(), and MountPoint::SetupOwnerMaps().

gid_t g_gid

Definition at line 14 of file globals.cc.

Referenced by FileSystem::FileSystem(), and catalog::SqlLookup::GetDirent().

bool g_raw_symlinks

Definition at line 12 of file globals.cc.

Referenced by FileSystem::FileSystem(), and catalog::SqlLookup::GetDirent().

uid_t g_uid

Definition at line 13 of file globals.cc.

Referenced by FileSystem::FileSystem(), and catalog::SqlLookup::GetDirent().

bool g_world_readable

Definition at line 15 of file globals.cc.

Referenced by catalog::SqlLookup::GetDirent(), and MountPoint::SetupOwnerMaps().