mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user