19 #include <signaldata/CreateIndx.hpp>
22 printCREATE_INDX_REQ(FILE* output,
const Uint32* theData, Uint32 len, Uint16)
25 fprintf(output,
" clientRef: 0x%x", sig->clientRef);
26 fprintf(output,
" clientData: %u", sig->clientData);
27 fprintf(output,
"\n");
28 fprintf(output,
" transId: 0x%x", sig->transId);
29 fprintf(output,
" transKey: %u", sig->transKey);
30 fprintf(output,
" requestInfo: 0x%x", sig->requestInfo);
31 fprintf(output,
"\n");
32 fprintf(output,
" tableId: %u", sig->tableId);
33 fprintf(output,
" tableVersion: 0x%x", sig->tableVersion);
34 fprintf(output,
" indexType: %u", sig->indexType);
35 fprintf(output,
" online: %u", sig->online);
36 fprintf(output,
"\n");
41 printCREATE_INDX_CONF(FILE* output,
const Uint32* theData, Uint32 len, Uint16)
44 fprintf(output,
" senderRef: 0x%x", sig->senderRef);
45 fprintf(output,
" clientData: %u", sig->clientData);
46 fprintf(output,
" transId: 0x%x", sig->transId);
47 fprintf(output,
"\n");
48 fprintf(output,
" indexId: %u", sig->indexId);
49 fprintf(output,
" indexVersion: 0x%x", sig->indexVersion);
50 fprintf(output,
"\n");
54 bool printCREATE_INDX_REF(FILE* output,
const Uint32* theData, Uint32 len, Uint16)
57 fprintf(output,
" senderRef: 0x%x", sig->senderRef);
58 fprintf(output,
" clientData: %u", sig->clientData);
59 fprintf(output,
" transId: 0x%x", sig->transId);
60 fprintf(output,
"\n");
61 fprintf(output,
" errorCode: %u", sig->errorCode);
62 fprintf(output,
" errorLine: %u", sig->errorLine);
63 fprintf(output,
" errorNodeId: %u", sig->errorNodeId);
64 fprintf(output,
" masterNodeId: %u", sig->masterNodeId);
65 fprintf(output,
"\n");