|
@@ -170,7 +170,7 @@ typedef struct _S_MIBS_SERVICEFLOW_TABLE {
|
|
|
unsigned int uiTotalTxBytes;
|
|
|
} S_MIBS_SERVICEFLOW_TABLE;
|
|
|
|
|
|
-typedef struct _S_MIBS_DROPPED_APP_CNTRL_MESSAGES {
|
|
|
+struct bcm_mibs_dropped_cntrl_msg {
|
|
|
unsigned long cm_responses;
|
|
|
unsigned long cm_control_newdsx_multiclassifier_resp;
|
|
|
unsigned long link_control_resp;
|
|
@@ -179,14 +179,14 @@ typedef struct _S_MIBS_DROPPED_APP_CNTRL_MESSAGES {
|
|
|
unsigned long idle_mode_status;
|
|
|
unsigned long auth_ss_host_msg;
|
|
|
unsigned long low_priority_message;
|
|
|
-} S_MIBS_DROPPED_APP_CNTRL_MESSAGES;
|
|
|
+};
|
|
|
|
|
|
struct bcm_host_stats_mibs {
|
|
|
S_MIBS_HOST_INFO stHostInfo;
|
|
|
S_MIBS_CLASSIFIER_RULE astClassifierTable[MIBS_MAX_CLASSIFIERS];
|
|
|
S_MIBS_SERVICEFLOW_TABLE astSFtable[MIBS_MAX_SERVICEFLOWS];
|
|
|
S_MIBS_PHS_RULE astPhsRulesTable[MIBS_MAX_PHSRULES];
|
|
|
- S_MIBS_DROPPED_APP_CNTRL_MESSAGES stDroppedAppCntrlMsgs;
|
|
|
+ struct bcm_mibs_dropped_cntrl_msg stDroppedAppCntrlMsgs;
|
|
|
};
|
|
|
|
|
|
#endif
|