IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 18, 2009, 10:29:51 AM (17 years ago)
Author:
eugene
Message:

updated vysos branch from trunk

Location:
branches/eam_branches/20090820
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090820

  • branches/eam_branches/20090820/Ohana/src/opihi/pcontrol/host.c

    r19124 r25873  
    5353    }
    5454    /* reset time, place back on ALLHOSTS stack */
    55     host[0].nexttry.tv_sec  = 0;
    56     host[0].nexttry.tv_usec = 0;
    57     host[0].lasttry.tv_sec  = 0;
    58     host[0].lasttry.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;
    5959    PushStack (AllHosts, STACK_BOTTOM, host, host[0].HostID, host[0].hostname);
    6060    return (TRUE);
Note: See TracChangeset for help on using the changeset viewer.