Initial Import from SVN
This commit is contained in:
17
tools/configsys/instance.h
Normal file
17
tools/configsys/instance.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef _INSTANCE_H
|
||||
#define _INSTANCE_H
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include "cluster.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
class instance {
|
||||
public:
|
||||
map <string,string> settings; // Settings from config
|
||||
int unit;
|
||||
string device;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user