#include <ndb_types.h>#include <ndb_limits.h>#include <NodeBitmask.hpp>Include dependency graph for Sysfile.hpp:

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

Go to the source code of this file.
Classes | |
| struct | Sysfile |
Defines | |
| #define | NODEID_BITS 8 |
| #define | NO_NODE_GROUP_ID ((1 << NODEID_BITS) - 1) |
| #define | _SYSFILE_SIZE32 |
| #define _SYSFILE_SIZE32 |
Value:
(6 + \
MAX_NDB_NODES + \
NODE_ARRAY_SIZE(MAX_NDB_NODES, 4) + \
NODE_ARRAY_SIZE(MAX_NDB_NODES, NODEID_BITS) + \
NODE_ARRAY_SIZE(MAX_NDB_NODES, NODEID_BITS) + \
_NDB_NODE_BITMASK_SIZE)
5 + MAX_NDB_NODES + // lastCompletedGCI NODE_ARRAY_SIZE(MAX_NDB_NODES, 4) + // nodeStatus NODE_ARRAY_SIZE(MAX_NDB_NODES, NODEID_BITS) + // nodeGroups NODE_ARRAY_SIZE(MAX_NDB_NODES, NODEID_BITS) + // takeOver NodeBitmask::NDB_NODE_BITMASK_SIZE // Lcp Active
Definition at line 45 of file Sysfile.hpp.
| #define NO_NODE_GROUP_ID ((1 << NODEID_BITS) - 1) |
Constant representing that node do not belong to any node group
Definition at line 33 of file Sysfile.hpp.
Referenced by Dbdih::makeNodeGroups(), Dbdih::selectMasterCandidateAndSend(), and Dbdih::setNodeRestartInfoBits().
| #define NODEID_BITS 8 |
No bits in Sysfile to represent nodeid
Definition at line 27 of file Sysfile.hpp.
1.4.7

