Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions test/saithriftv2/src/saiserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ std::map<std::set<int>, std::string> gPortMap;

std::vector<std::pair<sai_fdb_entry_t, sai_object_id_t>> gFdbMap;

extern sai_object_id_t switch_id;
sai_object_id_t &gSwitchId = switch_id; ///< SAI switch global object ID.
sai_object_id_t gSwitchId;


// Profile services
Expand Down