18 #ifndef DIGETNODES_HPP 
   19 #define DIGETNODES_HPP 
   21 #include <NodeBitmask.hpp> 
   22 #include <ndb_limits.h> 
   39   STATIC_CONST( SignalLength = 3 + MAX_REPLICAS );
 
   40   STATIC_CONST( REORG_MOVING = 0x80000000);
 
   45   Uint32 nodes[MAX_REPLICAS + (2 + MAX_REPLICAS)]; 
 
   61   STATIC_CONST( SignalLength = 4 + (
sizeof(
void*) / 
sizeof(Uint32)) );
 
   65   Uint32 distr_key_indicator;