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/HostOps.c

    r19124 r25872  
    202202  host[0].HostID      = NextHostID();
    203203
    204   host[0].lasttry.tv_sec  = 0;
    205   host[0].lasttry.tv_usec = 0;
    206   host[0].nexttry.tv_sec  = 0;
    207   host[0].nexttry.tv_usec = 0;
     204  host[0].last_start_try.tv_sec  = 0;
     205  host[0].last_start_try.tv_usec = 0;
     206  host[0].next_start_try.tv_sec  = 0;
     207  host[0].next_start_try.tv_usec = 0;
    208208
    209209  InitIOBuffer (&host[0].comms_buffer, 0x100);
Note: See TracChangeset for help on using the changeset viewer.