19 #include <signaldata/DropIndx.hpp>
22 printDROP_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,
" indexId: %u", sig->indexId);
33 fprintf(output,
" indexVersion: 0x%x", sig->indexVersion);
34 fprintf(output,
"\n");
39 printDROP_INDX_CONF(FILE* output,
const Uint32* theData, Uint32 len, Uint16)
42 fprintf(output,
" senderRef: 0x%x", sig->senderRef);
43 fprintf(output,
" clientData: %u", sig->clientData);
44 fprintf(output,
" transId: 0x%x", sig->transId);
45 fprintf(output,
"\n");
46 fprintf(output,
" indexId: %u", sig->indexId);
47 fprintf(output,
" indexVersion: 0x%x", sig->indexVersion);
48 fprintf(output,
"\n");
53 printDROP_INDX_REF(FILE* output,
const Uint32* theData, Uint32 len, Uint16)
56 fprintf(output,
" senderRef: 0x%x", sig->senderRef);
57 fprintf(output,
" clientData: %u", sig->clientData);
58 fprintf(output,
" transId: 0x%x", sig->transId);
59 fprintf(output,
"\n");
60 fprintf(output,
" indexId: %u", sig->indexId);
61 fprintf(output,
" indexVersion: 0x%x", sig->indexVersion);
62 fprintf(output,
"\n");
63 fprintf(output,
" errorCode: %u", sig->errorCode);
64 fprintf(output,
" errorLine: %u", sig->errorLine);
65 fprintf(output,
" errorNodeId: %u", sig->errorNodeId);
66 fprintf(output,
" masterNodeId: %u", sig->masterNodeId);
67 fprintf(output,
"\n");