20 #include <kernel_types.h>
21 #include <BlockNumbers.h>
22 #include <signaldata/CloseComReqConf.hpp>
25 printCLOSECOMREQCONF(FILE * output,
26 const Uint32 * theData,
28 Uint16 receiverBlockNo){
32 fprintf(output,
" xxxBlockRef = (%d, %d) failNo = %d noOfNodes = %d\n",
33 refToBlock(cc->xxxBlockRef), refToNode(cc->xxxBlockRef),
34 cc->failNo, cc->noOfNodes);
37 fprintf(output,
" Nodes: ");
38 for(
int i = 0;
i<MAX_NODES;
i++){
41 fprintf(output,
" %d",
i);
44 fprintf(output,
"\n Nodes: ");
49 fprintf(output,
"\n");