Skip to content

Commit

Permalink
[vslib] Move sai_vs.cpp to sai_vs_interfacequery.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed Aug 21, 2021
1 parent 39d003c commit 47dac40
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
1 change: 0 additions & 1 deletion vslib/src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ libsaivs_la_SOURCES = \
sai_vs_bridge.cpp \
sai_vs_buffer.cpp \
sai_vs_counter.cpp \
sai_vs.cpp \
sai_vs_dtel.cpp \
sai_vs_hash.cpp \
sai_vs_ipmc.cpp \
Expand Down
9 changes: 0 additions & 9 deletions vslib/src/sai_vs.cpp

This file was deleted.

8 changes: 8 additions & 0 deletions vslib/src/sai_vs_interfacequery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,14 @@ sai_status_t sai_object_type_get_availability(
count);
}

sai_status_t sai_dbg_generate_dump(
_In_ const char *dump_file_name)
{
SWSS_LOG_ENTER();

return SAI_STATUS_SUCCESS;
}

sai_object_type_t sai_object_type_query(
_In_ sai_object_id_t objectId)
{
Expand Down

0 comments on commit 47dac40

Please sign in to comment.