- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/Ohana/src/opihi/pcontrol/host.c
r19124 r27840 53 53 } 54 54 /* reset time, place back on ALLHOSTS stack */ 55 host[0].next try.tv_sec = 0;56 host[0].next try.tv_usec = 0;57 host[0].last try.tv_sec = 0;58 host[0].last try.tv_usec = 0;55 host[0].next_start_try.tv_sec = 0; 56 host[0].next_start_try.tv_usec = 0; 57 host[0].last_start_try.tv_sec = 0; 58 host[0].last_start_try.tv_usec = 0; 59 59 PushStack (AllHosts, STACK_BOTTOM, host, host[0].HostID, host[0].hostname); 60 60 return (TRUE); … … 96 96 usage: 97 97 gprint (GP_LOG, "USAGE: host (command) (hostname)\n"); 98 gprint (GP_ ERR, " valid commands: add, on, retry, check, off, delete\n");99 gprint (GP_ ERR, " -threads Nthreads is optional for 'add'\n");98 gprint (GP_LOG, " valid commands: add, on, retry, check, off, delete\n"); 99 gprint (GP_LOG, " -threads Nthreads is optional for 'add'\n"); 100 100 return (FALSE); 101 101 }
Note:
See TracChangeset
for help on using the changeset viewer.
