arch/net/machine-recover.c

Go to the documentation of this file.
00001 static int crashed_node;
00002 static void crash_node_handle(ChMessage *m){
00003         ChMessageInt_t *d = (ChMessageInt_t *)m->data;
00004         crashed_node = ChMessageInt(d[0]);
00005         /* tell charmrun we knew */
00006         ctrl_sendone_nolock("crash_ack",NULL,0,NULL,0);
00007         fprintf(stdout,"[%d] got crash mesg for %d \n",CmiMyPe(),crashed_node);
00008 }
00009 

Generated on Sun Jun 29 13:29:06 2008 for Charm++ by  doxygen 1.5.1