Commit 395fc56d authored by Adam Wujek's avatar Adam Wujek 💬

proto-ext-whiterabbit: remove n_err_rxtx_deltas and update ppsi shm to 12

Remove the n_err_rxtx_deltas from the struct wr_servo_state since it is not used
anymore. Checking deltas was moved directly to SNMPD.
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent ea90884f
......@@ -12,7 +12,8 @@
#include <ppsi/lib.h>
#include "wr-constants.h"
#define WRS_PPSI_SHMEM_VERSION 11 /* peer is per-ppi, not per-chan */
#define WRS_PPSI_SHMEM_VERSION 12 /* remove n_err_rxtx_deltas from struct
* wr_servo_state */
/*
* This structure is used as extension-specific data in the DSPort
......@@ -176,7 +177,6 @@ struct wr_servo_state {
uint32_t n_err_state;
uint32_t n_err_offset;
uint32_t n_err_delta_rtt;
uint32_t n_err_rxtx_deltas;
};
/* All data used as extension ppsi-wr must be put here */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment