IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 12, 2008, 12:52:06 PM (18 years ago)
Author:
eugene
Message:

use virtual stacks for host and job queries by user thread

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/StopHosts.c

    r17475 r18098  
    9595int StopHostResponse (Host *host) {
    9696
     97  OffHost (host);
    9798  HarvestHost (host[0].pid);
    9899  return (TRUE);
     
    104105  int i, result, waitstatus;
    105106
    106   gprint (GP_ERR, "harvesting within thread %d\n", pthread_self());
    107   gprint (GP_ERR, "child process %d is down, wait for exit status\n", pid);
     107  if (VerboseMode()) gprint (GP_ERR, "harvesting within thread %p\n", pthread_self());
     108  if (VerboseMode()) gprint (GP_ERR, "child process %d is down, wait for exit status\n", pid);
    108109 
    109110  // Loop a few times waiting for child to exit
Note: See TracChangeset for help on using the changeset viewer.