Go to the documentation of this file.
25 case Reload: sigtype =
"RELOAD";
break;
26 case Shutdown: sigtype =
"SHUTDOWN";
break;
27 case Dump: sigtype =
"DUMP";
break;
28 case Debug: sigtype =
"DEBUG";
break;
29 case Halt: sigtype =
"HALT";
break;
30 case NewNym: sigtype =
"NEWNYM";
break;
31 default:
return "UNKNOWN";