21 #include <signaldata/FsRef.hpp>
24 printFSREF(FILE * output,
const Uint32 * theData,
25 Uint32 len, Uint16 receiverBlockNo){
31 fprintf(output,
" UserPointer: %d\n",
34 fprintf(output,
" ErrorCode: %d, ", sig->errorCode);
35 ndbd_exit_classification cl;
36 switch (sig->getErrorCode(sig->errorCode)){
37 case FsRef::fsErrNone:
38 fprintf(output,
"No error");
41 fprintf(output,
"%s", ndbd_exit_message(sig->getErrorCode(sig->errorCode), &cl));
44 fprintf(output,
"\n");
45 fprintf(output,
" OS ErrorCode: %d \n", sig->osErrorCode);