Skip to content

Commit

Permalink
[sairedis] Add sai_dbg_generate_dump api to redis interface (sonic-ne…
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed Mar 30, 2021
1 parent 8585803 commit 00d883c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/src/sai_redis_interfacequery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,11 @@ sai_object_id_t sai_switch_id_query(

return redis_sai->switchIdQuery(objectId);
}

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

return SAI_STATUS_NOT_IMPLEMENTED;
}

0 comments on commit 00d883c

Please sign in to comment.