DiskMgr.cpp File Reference

#include "DiskMgr.h"
#include "RioUnix.h"
#include "RioTypes.h"
#include "RioInterfaceTypes.h"
#include <sys/time.h>
#include "BitMap.h"
#include "ServerTypes.h"
#include "RioQueue.h"
#include <stdio.h>
#include <queue>
#include <string>
#include <vector>
#include <time.h>
#include <pthread.h>
#include <semaphore.h>
#include "token.h"
#include "vsitypesint.h"
#include "msgrouterstorage.h"
#include "Event.h"
#include <utility>
#include <map>
#include <fstream>
#include "vsisocket.h"
#include "RioError.h"
#include "td4list.h"
#include "SystemManager.h"
#include "MonitorTable.h"
#include <stdlib.h>
#include <netinet/in.h>
#include <string.h>
#include <errno.h>
#include <unistd.h>
#include <math.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/syscall.h>

Go to the source code of this file.

Enumerations

enum  keys { k_disk = 1, k_node }

Variables

const char *const LOGFILE = "RIODiskMgr.log"
const char *const CONFIGNAME = "RIOdisk.cfg"
CEventManager EventManager
static struct token_kw mykeys []

Enumeration Type Documentation

enum keys
Enumerator:
k_disk 
k_node 

Definition at line 291 of file DiskMgr.cpp.

00291 {k_disk=1, k_node };


Variable Documentation

const char* const CONFIGNAME = "RIOdisk.cfg"

Definition at line 66 of file DiskMgr.cpp.

Definition at line 61 of file SystemManager.cpp.

const char* const LOGFILE = "RIODiskMgr.log"

Definition at line 64 of file DiskMgr.cpp.

struct token_kw mykeys[] [static]
Initial value:
 {
    {"disk", k_disk},
    {"node", k_node},
    {NULL, 0},
}

Definition at line 293 of file DiskMgr.cpp.

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