master/master.c
branchredundancy
changeset 2371 a5052376202b
parent 2370 18e1e8b30ff7
child 2372 d895cd1db2bf
equal deleted inserted replaced
2370:18e1e8b30ff7 2371:a5052376202b
  1262     }
  1262     }
  1263     s->last_tx_count = s->tx_count;
  1263     s->last_tx_count = s->tx_count;
  1264     s->last_rx_count = s->rx_count;
  1264     s->last_rx_count = s->rx_count;
  1265     s->last_tx_bytes = s->tx_bytes;
  1265     s->last_tx_bytes = s->tx_bytes;
  1266     s->last_rx_bytes = s->rx_bytes;
  1266     s->last_rx_bytes = s->rx_bytes;
       
  1267     s->last_loss = loss;
  1267 
  1268 
  1268     ec_device_update_stats(&master->devices[EC_DEVICE_MAIN]);
  1269     ec_device_update_stats(&master->devices[EC_DEVICE_MAIN]);
  1269     ec_device_update_stats(&master->devices[EC_DEVICE_BACKUP]);
  1270     ec_device_update_stats(&master->devices[EC_DEVICE_BACKUP]);
  1270 
  1271 
  1271     s->jiffies = jiffies;
  1272     s->jiffies = jiffies;