mirror of https://github.com/Icinga/icinga2.git
compatido: now REALLY make those default config options static
refs #3158
This commit is contained in:
parent
37e0309c1d
commit
54ca22be04
|
@ -69,6 +69,10 @@ private:
|
|||
msg << type << "=" << *it << "\n";
|
||||
}
|
||||
}
|
||||
|
||||
static const String DefaultSocketAddress;
|
||||
static const String DefaultSocketPort;
|
||||
static const String DefaultInstanceName;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue