repository_class::repository_class::file Struct Reference

a particular file More...

List of all members.

Public Attributes

list< location * > locations
int waiting_clients
pthread_cond_t free


Detailed Description

a particular file

a file in this scope is characterized by his name (which is the index of a file object in the map), and the locations on which the file can be found. We also have a condition variable which is used to implement the notification process.

Definition at line 62 of file repository.h.


Member Data Documentation

pthread_cond_t repository_class::repository_class::file::free

list<location*> repository_class::repository_class::file::locations

int repository_class::repository_class::file::waiting_clients


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