20 #include <signaldata/LqhFrag.hpp>
23 printLQH_FRAG_REQ(FILE * output,
const Uint32 * theData, Uint32 len, Uint16 recB){
26 fprintf(output,
" senderData: %d senderRef: %x",
27 sig->senderData, sig->senderRef);
28 fprintf(output,
" tableId: %d fragmentId: %d", sig->tableId, sig->fragmentId);
29 fprintf(output,
" localKeyLength: %d maxLoadFactor: %d minLoadFactor: %d\n",
30 sig->localKeyLength, sig->maxLoadFactor, sig->minLoadFactor);
31 fprintf(output,
" kValue: %d lh3DistrBits: %d lh3PageBits: %d\n",
32 sig->kValue, sig->lh3DistrBits, sig->lh3PageBits);
34 fprintf(output,
" keyLength: %d\n",
37 fprintf(output,
" maxRowsLow/High: %u/%u minRowsLow/High: %u/%u\n",
38 sig->maxRowsLow, sig->maxRowsHigh, sig->minRowsLow, sig->minRowsHigh);
39 fprintf(output,
" nextLCP: %d\n",
45 printLQH_FRAG_CONF(FILE * output,
const Uint32 * theData, Uint32 len, Uint16
rec){
48 fprintf(output,
" senderData: %d lqhFragPtr: %d\n",
49 sig->senderData, sig->lqhFragPtr);
54 printLQH_FRAG_REF(FILE * output,
const Uint32 * theData, Uint32 len, Uint16
rec){
57 fprintf(output,
" senderData: %d errorCode: %d\n",
58 sig->senderData, sig->errorCode);