database_struct Struct Reference

database of files for the FS More...

#include <FS.h>

List of all members.

Public Attributes

map< const string, file_struct
*, ltstr
files
pthread_mutex_t mutex


Detailed Description

database of files for the FS

this structure is where the FS threads look for information on files, it contains a map of files and a mutex pthread variable. the map of file_struct has to be accessed in mutual exclusion to mantain it in consistent state

Definition at line 67 of file FS.h.


Member Data Documentation

Definition at line 68 of file FS.h.

Referenced by main(), and req_server().

pthread_mutex_t database_struct::mutex

Definition at line 69 of file FS.h.

Referenced by main(), and req_server().


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

Generated on Sat Jun 13 21:06:30 2009 for DistributedFileRepository by  doxygen 1.5.8