IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2005, 9:37:58 PM (21 years ago)
Author:
eugene
Message:

pcontrol dev : hosts + jobs running

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pclient/ChildOps.c

    r3211 r3212  
    3535  if (dtime < 0.0001) Nbad ++;
    3636  if (dtime > 0.01) Nbad = 0;
    37   if (Nbad > 10) {
    38     fprintf (stderr, "parent shutdown\n");
    39     exit (2);
    40   } 
     37  if (Nbad > 10) exit (2);
    4138
    4239  /* this is a bit lame : we must exit if calling process exits */
    4340  ppid = getppid();
    44   if (ppid == 1) {
    45     fprintf (stderr, "parent shutdown\n");
    46     exit (2);
    47   } 
     41  if (ppid == 1) exit (2);
    4842
    4943  CheckChildStatus ();
Note: See TracChangeset for help on using the changeset viewer.