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

Public Attributes

std::string path
 
FILE * fd
 
struct utimbuf mtimes
 
int original_mode
 

Detailed Description

This file is part of the CernVM File System.

Definition at line 31 of file interface.cc.

Member Data Documentation

FILE* posix_file_handle::fd
struct utimbuf posix_file_handle::mtimes

Definition at line 34 of file interface.cc.

Referenced by posix_do_fclose(), and posix_do_fopen().

int posix_file_handle::original_mode

Definition at line 35 of file interface.cc.

Referenced by EnableWriteAccess(), posix_do_fclose(), and posix_do_fopen().


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