IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 18, 2006, 1:44:51 PM (20 years ago)
Author:
eugene
Message:

successful implementation of the threaded version of pcontrol

File:
1 edited

Legend:

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

    r8296 r8424  
    1313  if (VarConfig ("COMMAND", "%s", command) == NULL) strcpy (command, "ssh");
    1414  if (VarConfig ("SHELL", "%s", shell)     == NULL) strcpy (shell, "pclient");
     15
     16  gprint (GP_ERR, "starting host within thread %d\n", pthread_self());
    1517
    1618  pid = rconnect (command, host[0].hostname, shell, stdio);
Note: See TracChangeset for help on using the changeset viewer.