Changeset 3212 for trunk/Ohana/src/opihi/include/pcontrol.h
- Timestamp:
- Feb 13, 2005, 9:37:58 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/include/pcontrol.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/include/pcontrol.h
r3203 r3212 110 110 static char *CONNECT; /* connection method (ssh, rsh, etc) */ 111 111 static char *PCLIENT; /* shell on remote host (eg, pclient) */ 112 # define PCLIENT_PROMPT "pclient:" 112 113 113 114 # define FREE(X) if (X != NULL) { free (X); } … … 130 131 void AddHost (char *hostname); 131 132 void DownHost (Host *host); 133 void OffHost (Host *host); 132 134 void DelHost (Host *host); 133 135 int CheckSystem (); … … 149 151 int GetJobOutput (Job *job, char *channel); 150 152 int ResetJob (Job *job); 151 int PclientCommand (Host *host, char *command, IOBuffer *buffer);153 int PclientCommand (Host *host, char *command, char *response, IOBuffer *buffer); 152 154 int rconnect (char *command, char *hostname, char *shell, int *stdio); 153 155 int CheckHost (Host *host);
Note:
See TracChangeset
for help on using the changeset viewer.
