IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

updated pcontrol to restart pclients that have been connected for too long

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/host.c

    r19124 r25872  
    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.