/*************************************************************** * * hello.c * * The initial "hello, world" cnet example from section 3 * of "Getting Started With cnet," Jeffrey Ondich, 2000. * ***************************************************************/ #include void reboot_node( CnetEvent ev, CnetTimer ts, CnetData data ) { printf( "Hello from node '%s'.\n", nodeinfo.nodename ); }