19 #include <signaldata/AlterIndx.hpp>
20 #include <signaldata/DictSignal.hpp>
23 printALTER_INDX_REQ(FILE* output,
const Uint32* theData, Uint32 len, Uint16)
26 fprintf(output,
" clientRef: 0x%x", sig->clientRef);
27 fprintf(output,
" clientData: %u", sig->clientData);
28 fprintf(output,
"\n");
29 fprintf(output,
" transId: 0x%x", sig->transId);
30 fprintf(output,
" transKey: %u", sig->transKey);
31 fprintf(output,
"\n");
32 fprintf(output,
" requestInfo: type: %u extra: %u flags: [%s]",
33 DictSignal::getRequestType(sig->requestInfo),
34 DictSignal::getRequestExtra(sig->requestInfo),
35 DictSignal::getRequestFlagsText(sig->requestInfo));
36 fprintf(output,
"\n");
37 fprintf(output,
" indexId: %u", sig->indexId);
38 fprintf(output,
" indexVersion: 0x%x", sig->indexVersion);
39 fprintf(output,
"\n");
44 printALTER_INDX_CONF(FILE* output,
const Uint32* theData, Uint32 len, Uint16)
47 fprintf(output,
" senderRef: 0x%x", sig->senderRef);
48 fprintf(output,
" clientData: %u", sig->clientData);
49 fprintf(output,
"\n");
50 fprintf(output,
" transId: 0x%x", sig->transId);
51 fprintf(output,
"\n");
52 fprintf(output,
" indexId: %u", sig->indexId);
53 fprintf(output,
" indexVersion: 0x%x", sig->indexVersion);
54 fprintf(output,
"\n");
59 printALTER_INDX_REF(FILE* output,
const Uint32* theData, Uint32 len, Uint16)
62 fprintf(output,
" senderRef: 0x%x", sig->senderRef);
63 fprintf(output,
" clientData: %u", sig->clientData);
64 fprintf(output,
"\n");
65 fprintf(output,
" transId: 0x%x", sig->transId);
66 fprintf(output,
"\n");
67 fprintf(output,
" indexId: %u", sig->indexId);
68 fprintf(output,
" indexVersion: 0x%x", sig->indexVersion);
69 fprintf(output,
"\n");
70 fprintf(output,
" errorCode: %u", sig->errorCode);
71 fprintf(output,
" errorLine: %u", sig->errorLine);
72 fprintf(output,
" errorNodeId: %u", sig->errorNodeId);
73 fprintf(output,
" masterNodeId: %u", sig->masterNodeId);
74 fprintf(output,
"\n");