Skip to content

Commit

Permalink
[saivs] Refactor headers
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed Aug 23, 2021
1 parent a4b15a6 commit 2e418ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions vslib/SwitchBCM81724.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ namespace saivs

protected:

virtual sai_status_t create_port_dependencies(_In_ sai_object_id_t port_id) override;
virtual sai_status_t create_port_dependencies(
_In_ sai_object_id_t port_id) override;

virtual sai_status_t create_qos_queues_per_port(_In_ sai_object_id_t port_id) override;
virtual sai_status_t create_qos_queues_per_port(
_In_ sai_object_id_t port_id) override;

virtual sai_status_t create_qos_queues() override;

Expand Down
2 changes: 2 additions & 0 deletions vslib/SwitchStateBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ namespace saivs
_In_ uint32_t attr_count,
_In_ const sai_attribute_t *attr_list);

protected:

virtual sai_status_t create_port_dependencies(
_In_ sai_object_id_t port_id);

Expand Down

0 comments on commit 2e418ab

Please sign in to comment.