]> granicus.if.org Git - icinga2/commit
Refactor the stack frame handling for scripts
authorGunnar Beutner <gunnar@beutner.name>
Sat, 22 Nov 2014 11:21:28 +0000 (12:21 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Sat, 22 Nov 2014 18:24:03 +0000 (19:24 +0100)
commitf5766f91184e94af7fe4f06785b13e853e106ae4
treee1154a6e2f437b12a375d215dbb442f1058efe0d
parent307db672c1e86b043a8873603b29427618c28c11
Refactor the stack frame handling for scripts

fixes #7748
26 files changed:
lib/base/scriptutils.cpp
lib/cli/daemoncommand.cpp
lib/config/applyrule.cpp
lib/config/applyrule.hpp
lib/config/config_lexer.ll
lib/config/config_parser.yy
lib/config/configitem.cpp
lib/config/configitem.hpp
lib/config/configitembuilder.cpp
lib/config/configitembuilder.hpp
lib/config/expression-codegen.cpp
lib/config/expression.cpp
lib/config/expression.hpp
lib/config/vmframe.hpp [new file with mode: 0644]
lib/config/vmops.hpp
lib/icinga/dependency-apply.cpp
lib/icinga/dependency.hpp
lib/icinga/hostgroup.cpp
lib/icinga/notification-apply.cpp
lib/icinga/notification.hpp
lib/icinga/scheduleddowntime-apply.cpp
lib/icinga/scheduleddowntime.hpp
lib/icinga/service-apply.cpp
lib/icinga/service.hpp
lib/icinga/servicegroup.cpp
lib/icinga/usergroup.cpp