Skip to content

Commit

Permalink
Propagate PerformanceIntervalTimer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed Aug 21, 2021
1 parent 9d17b0a commit 0fffcb0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/src/ClientSai.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
#include "ZeroMQChannel.h"
#include "Utils.h"
#include "sairediscommon.h"
#include "PerformanceIntervalTimer.h"
#include "NotificationFactory.h"
#include "ClientConfig.h"

#include "swss/logger.h"

#include "meta/sai_serialize.h"
#include "meta/SaiAttributeList.h"
#include "meta/PerformanceIntervalTimer.h"
#include "meta/Globals.h"

#include <inttypes.h>
Expand Down
2 changes: 1 addition & 1 deletion lib/src/RedisRemoteSaiInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
#include "SkipRecordAttrContainer.h"
#include "SwitchContainer.h"
#include "ZeroMQChannel.h"
#include "PerformanceIntervalTimer.h"

#include "sairediscommon.h"

#include "meta/sai_serialize.h"
#include "meta/SaiAttributeList.h"
#include "meta/PerformanceIntervalTimer.h"
#include "meta/Globals.h"

#include <inttypes.h>
Expand Down
2 changes: 1 addition & 1 deletion saiplayer/SaiPlayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
#include "sairedis.h"
#include "sairediscommon.h"
#include "VirtualObjectIdManager.h"
#include "PerformanceIntervalTimer.h"

#include "meta/sai_serialize.h"
#include "meta/PerformanceIntervalTimer.h"
#include "meta/SaiAttributeList.h"

#include "swss/logger.h"
Expand Down
2 changes: 1 addition & 1 deletion syncd/Syncd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include "ZeroMQNotificationProducer.h"
#include "RedisSelectableChannel.h"
#include "ZeroMQSelectableChannel.h"
#include "PerformanceIntervalTimer.h"
#include "WatchdogScope.h"

#include "sairediscommon.h"
Expand All @@ -24,6 +23,7 @@
#include "swss/notificationproducer.h"

#include "meta/sai_serialize.h"
#include "meta/PerformanceIntervalTimer.h"

#include "vslib/inc/saivs.h"

Expand Down
3 changes: 1 addition & 2 deletions vslib/src/VirtualSwitchSaiInterface.cpp
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
#include "VirtualSwitchSaiInterface.h"

#include "lib/inc/PerformanceIntervalTimer.h"

#include "swss/logger.h"
#include "swss/exec.h"
#include "swss/converter.h"

#include "meta/sai_serialize.h"
#include "meta/SaiAttributeList.h"
#include "meta/PerformanceIntervalTimer.h"
#include "meta/Globals.h"

#include "SwitchStateBase.h"
Expand Down

0 comments on commit 0fffcb0

Please sign in to comment.