PhoenixSwarm  3.5.0
Library to ease communication between daemons
Loading...
Searching...
No Matches
representation_def.h
Go to the documentation of this file.
1/***************************************
2 Auteur : Pierre Aubert
3 Mail : pierre.aubert@lapp.in2p3.fr
4 Licence : CeCILL-C
5****************************************/
6
7#ifndef __REPRESENTATION_DEF_H__
8#define __REPRESENTATION_DEF_H__
9
10#include <map>
11#include "phoenix_path_stream.h"
12#include "Representation.h"
13
14typedef std::map<PString, DaemonConfig> MapDaemonConfig;
15typedef std::map<PString, time_t> MapTimeout;
16
17#endif
18
std::map< PString, time_t > MapTimeout
std::map< PString, DaemonConfig > MapDaemonConfig