Changeset 27435 for trunk/Ohana/src/opihi/pcontrol
- Timestamp:
- Mar 24, 2010, 11:22:25 AM (16 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
src/opihi/pcontrol/PclientCommand.c (modified) (1 diff)
-
src/opihi/pcontrol/StartHost.c (modified) (1 diff)
-
src/opihi/pcontrol/StopHosts.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/20091201/Ohana merged eligible /branches/eam_branches/largefiles.20100314/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/opihi/pcontrol/PclientCommand.c
r17476 r27435 63 63 } 64 64 if (status == 0) { 65 gprint (GP_ERR, "pclient read returns 0 for %s\n", command);65 gprint (GP_ERR, "pclient read returns 0 for %s\n", response); 66 66 return (PCLIENT_DOWN); 67 67 } -
trunk/Ohana/src/opihi/pcontrol/StartHost.c
r25872 r27435 14 14 if (VarConfig ("SHELL", "%s", shell) == NULL) strcpy (shell, "pclient"); 15 15 16 if (VerboseMode()) gprint (GP_ERR, "starting host within thread % d\n",pthread_self());16 if (VerboseMode()) gprint (GP_ERR, "starting host within thread %lld\n", (long long) pthread_self()); 17 17 18 18 pid = rconnect (command, host[0].hostname, shell, stdio); -
trunk/Ohana/src/opihi/pcontrol/StopHosts.c
r25872 r27435 121 121 int i, result, waitstatus; 122 122 123 if (VerboseMode()) gprint (GP_ERR, "harvesting within thread % p\n",pthread_self());123 if (VerboseMode()) gprint (GP_ERR, "harvesting within thread %lld\n", (long long) pthread_self()); 124 124 if (VerboseMode()) gprint (GP_ERR, "child process %d is down, wait for exit status\n", pid); 125 125
Note:
See TracChangeset
for help on using the changeset viewer.
