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/include/pcontrol.h

    r3203 r3212  
    110110static char *CONNECT;  /* connection method (ssh, rsh, etc) */
    111111static char *PCLIENT;  /* shell on remote host (eg, pclient) */
     112# define PCLIENT_PROMPT "pclient:"
    112113
    113114# define FREE(X) if (X != NULL) { free (X); }
     
    130131void AddHost (char *hostname);
    131132void DownHost (Host *host);
     133void OffHost (Host *host);
    132134void DelHost (Host *host);
    133135int CheckSystem ();
     
    149151int GetJobOutput (Job *job, char *channel);
    150152int ResetJob (Job *job);
    151 int PclientCommand (Host *host, char *command, IOBuffer *buffer);
     153int PclientCommand (Host *host, char *command, char *response, IOBuffer *buffer);
    152154int rconnect (char *command, char *hostname, char *shell, int *stdio);
    153155int CheckHost (Host *host);
Note: See TracChangeset for help on using the changeset viewer.