We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19bf3dc commit 3fdcc38Copy full SHA for 3fdcc38
1 file changed
experimental/saiswitchextensions.h
@@ -262,6 +262,17 @@ typedef enum _sai_switch_attr_extensions_t
262
*/
263
SAI_SWITCH_ATTR_FLOW_BULK_GET_SESSION_EVENT_NOTIFY,
264
265
+ /**
266
+ * @brief Set Switch OCS port state change event notification callback function passed to the adapter.
267
+ *
268
+ * Use sai_ocs_port_state_change_notification_fn as notification function.
269
270
+ * @type sai_pointer_t sai_ocs_port_state_change_notification_fn
271
+ * @flags CREATE_AND_SET
272
+ * @default NULL
273
+ */
274
+ SAI_SWITCH_ATTR_OCS_PORT_STATE_CHANGE_NOTIFY,
275
+
276
SAI_SWITCH_ATTR_EXTENSIONS_RANGE_END
277
278
} sai_switch_attr_extensions_t;
0 commit comments