#include <ndb_global.h>#include <kernel_types.h>#include "Prio.hpp"#include "VMSignal.hpp"#include <BlockNumbers.h>#include <NodeState.hpp>#include <NodeInfo.hpp>#include "ArrayPool.hpp"Include dependency graph for GlobalData.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| struct | GlobalData |
Defines | |
| #define | GLOBAL_TEST_ON (localTestOn) |
| #define | GET_GLOBAL_TEST_FLAG bool localTestOn = globalData.testOn |
| #define | SET_GLOBAL_TEST_ON (globalData.testOn = true) |
| #define | SET_GLOBAL_TEST_OFF (globalData.testOn = false) |
| #define | TOGGLE_GLOBAL_TEST_FLAG (globalData.testOn = (globalData.testOn == true ? false : true)) |
Enumerations | |
| enum | restartStates { initial_state, perform_start, system_started, perform_stop } |
Variables | |
| GlobalData | globalData |
| #define GET_GLOBAL_TEST_FLAG bool localTestOn = globalData.testOn |
Definition at line 90 of file GlobalData.hpp.
| #define GLOBAL_TEST_ON (localTestOn) |
Definition at line 89 of file GlobalData.hpp.
| #define SET_GLOBAL_TEST_OFF (globalData.testOn = false) |
Definition at line 92 of file GlobalData.hpp.
| #define SET_GLOBAL_TEST_ON (globalData.testOn = true) |
Definition at line 91 of file GlobalData.hpp.
| #define TOGGLE_GLOBAL_TEST_FLAG (globalData.testOn = (globalData.testOn == true ? false : true)) |
Definition at line 93 of file GlobalData.hpp.
| enum restartStates |
Definition at line 32 of file GlobalData.hpp.
00032 {initial_state, 00033 perform_start, 00034 system_started, 00035 perform_stop};
Definition at line 688 of file AsyncFileTest.cpp.
1.4.7

