ServerTypes.h File Reference

#include "RioInterfaceTypes.h"
#include "RioTypes.h"
#include <sys/time.h>

Go to the source code of this file.

Data Structures

struct  RioDiskBlock
struct  DataRequest

Enumerations

enum  DataRequestOperation {
  RealTimeRead = 1, NonRealTimeRead = 2, NonRealTimeWrite = 3, RealTimePrefetchBlock = 4,
  RealTimeCancelBlock = 5, RealTimeSendBlock = 6
}

Variables

static const int MaxReplications = 8

Enumeration Type Documentation

Enumerator:
RealTimeRead 
NonRealTimeRead 
NonRealTimeWrite 
RealTimePrefetchBlock 
RealTimeCancelBlock 
RealTimeSendBlock 

Definition at line 46 of file ServerTypes.h.

00047 {
00048     RealTimeRead          = 1,
00049     NonRealTimeRead       = 2,
00050     NonRealTimeWrite      = 3,
00051     // added to be used to manage buffers --------------------------
00052     RealTimePrefetchBlock = 4,
00053     RealTimeCancelBlock   = 5,
00054     RealTimeSendBlock     = 6
00055     // ------------------------------------------------------------------------
00056 } DataRequestOperation;


Variable Documentation

const int MaxReplications = 8 [static]

Definition at line 43 of file ServerTypes.h.

Generated on Wed Jul 4 16:03:30 2012 for RIO by  doxygen 1.6.3