OSDN Git Service

ソースツリー再構成中(ほぼOK?)
[ultramonkey-l7/ultramonkey-l7-v3.git] / snmpagent / l7ag_parameter.h
1 #ifndef __L7AG_PARAMETER_H__
2 #define __L7AG_PARAMETER_H__
3
4 #include <string>
5 #include <map>
6
7 #include "logger.h"
8
9 struct  l7ag_parameter{
10         std::string     nic;
11         std::string     address;
12         int             portno;
13         int             interval;
14         int             status;    // TODO remove status
15         std::map<l7vs::LOG_CATEGORY_TAG,l7vs::LOG_LEVEL_TAG>    loglevel;
16 };
17
18 #endif  //__L7AG_PARAMETER_H__
19