• unknown's avatar
    changed to same signature as rest of print functions · 1b1ef2ea
    unknown authored
    provite declarations for signal print functions, needed on some platforms
    ome platforms don't like the length calculation for SignalDataPrintFunction
        so null terminate instead
    ome platforms complain about this extra level Logger::Logger::
     null terminate SignalDataPrintFunctions instead
        move declaration of print function to SignalData.hpp
      just change from "" to <> in include
     moved double declatration of i out
    
    
    
    ndb/include/kernel/signaldata/DihContinueB.hpp:
      changed to same signature as rest of print functions
    ndb/include/kernel/signaldata/NdbfsContinueB.hpp:
      changed to same signature as rest of print functions
    ndb/include/kernel/signaldata/SignalData.hpp:
      provite declarations for signal print functions, needed on some platforms
    ndb/src/common/debugger/DebuggerNames.cpp:
      some platforms don't like the length calculation for SignalDataPrintFunction
      so null terminate instead
    ndb/src/common/debugger/EventLogger.cpp:
      some platforms complain about this extra level Logger::Logger::
    ndb/src/common/debugger/signaldata/ContinueB.cpp:
      changed to same signature as rest of print functions
    ndb/src/common/debugger/signaldata/DihContinueB.cpp:
      changed to same signature as rest of print functions
    ndb/src/common/debugger/signaldata/NdbfsContinueB.cpp:
      changed to same signature as rest of print functions
    ndb/src/common/debugger/signaldata/SignalDataPrint.cpp:
      null terminate SignalDataPrintFunctions instead
      move declaration of print function to SignalData.hpp
    ndb/src/common/portlib/NdbSleep.c:
      just change from "" to <> in include
    ndb/src/mgmsrv/Services.cpp:
      moved double declatration of i out
    1b1ef2ea
DihContinueB.hpp 2.47 KB