Commit f1759c64 authored by Jean-Claude BAU's avatar Jean-Claude BAU

Update Hal share memory structure definition

parent abd17a0c
......@@ -59,7 +59,6 @@ typedef struct hal_port_calibration {
struct shw_sfp_caldata sfp;
struct shw_sfp_header sfp_header_raw;
struct shw_sfp_dom sfp_dom_raw;
int sfpPresent;
} hal_port_calibration_t;
typedef struct {
......@@ -73,6 +72,7 @@ typedef struct {
halPortFsmState_t rxSetupStates;
}halPortLPDC_t; /* data for Low phase drift calibration */
/* Internal port state structure */
struct hal_port_state {
int in_use; /* non-zero: allocated */
......@@ -113,6 +113,8 @@ struct hal_port_state {
/* whether SFP has diagnostic Monitoring capability */
int has_sfp_diag;
/* True if SFP is inserted */
int sfpPresent;
/* whether the port shall be monitored by SNMP */
int monitor;
......
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