| #ifndef THIRD_PARTY_GBMCWEB_HTTP_APP_SINGLETON_H_ | |
| #define THIRD_PARTY_GBMCWEB_HTTP_APP_SINGLETON_H_ | |
| #include "app.hpp" | |
| namespace crow { | |
| // Initialize before using! | |
| // Please see webserver_main for the example how this variable is initialized, | |
| extern crow::App* globalBmcWebApp; // NOLINT | |
| } // namespace crow | |
| #endif // THIRD_PARTY_GBMCWEB_HTTP_APP_SINGLETON_H_ |