16 #include <signaldata/CreateTable.hpp>
19 printCREATE_TABLE_REQ(FILE* output,
const Uint32* theData, Uint32 len, Uint16)
22 fprintf(output,
" clientRef: 0x%x", sig->clientRef);
23 fprintf(output,
" clientData: %u", sig->clientData);
24 fprintf(output,
" requestInfo: %x", sig->requestInfo);
25 fprintf(output,
" transId: 0x%x", sig->transId);
26 fprintf(output,
" transKey: %u", sig->transKey);
27 fprintf(output,
"\n");
32 printCREATE_TABLE_CONF(FILE* output,
const Uint32* theData, Uint32 len, Uint16)
35 fprintf(output,
" senderRef: 0x%x", sig->senderRef);
36 fprintf(output,
" clientData: %u", sig->clientData);
37 fprintf(output,
" transId: 0x%x", sig->transId);
38 fprintf(output,
"\n");
39 fprintf(output,
" tableId: %u", sig->tableId);
40 fprintf(output,
" tableVersion: %u", sig->tableVersion);
41 fprintf(output,
"\n");
46 printCREATE_TABLE_REF(FILE* output,
const Uint32* theData, Uint32 len, Uint16)
49 fprintf(output,
" senderRef: 0x%x", sig->senderRef);
50 fprintf(output,
" clientData: %u", sig->clientData);
51 fprintf(output,
" transId: 0x%x", sig->transId);
52 fprintf(output,
"\n");
53 fprintf(output,
" errorCode: %u", sig->errorCode);
54 fprintf(output,
" errorLine: %u", sig->errorLine);
55 fprintf(output,
" errorNodeId: %u", sig->errorNodeId);
56 fprintf(output,
" masterNodeId: %u", sig->masterNodeId);
57 fprintf(output,
"\n");
58 fprintf(output,
" errorStatus: %u", sig->errorStatus);
59 fprintf(output,
" errorKey: %u", sig->errorKey);
60 fprintf(output,
"\n");