Skip to content

Commit

Permalink
Move PerformanceIntervalTimer to libsaimeta
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed Aug 21, 2021
1 parent cc5ab4c commit 9d17b0a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ libSaiRedis_a_SOURCES = \
ClientServerSai.cpp \
ClientSai.cpp \
ServerSai.cpp \
PerformanceIntervalTimer.cpp \
ZeroMQChannel.cpp \
Channel.cpp \
Context.cpp \
Expand Down
1 change: 1 addition & 0 deletions meta/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ libsaimeta_la_SOURCES = \
SaiObjectCollection.cpp \
PortRelatedSet.cpp \
MetaKeyHasher.cpp \
PerformanceIntervalTimer.cpp \
Meta.cpp

libsaimeta_la_CPPFLAGS = $(CODE_COVERAGE_CPPFLAGS)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "PerformanceIntervalTimer.h"

#include "swss/logger.h"

#include <inttypes.h>

using namespace sairediscommon;
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion vslib/src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ libSaiVS_a_SOURCES = \
../../lib/src/NotificationFdbEvent.cpp \
../../lib/src/Notification.cpp \
../../lib/src/NotificationPortStateChange.cpp \
../../lib/src/PerformanceIntervalTimer.cpp \
Context.cpp \
ContextConfig.cpp \
ContextConfigContainer.cpp \
Expand Down

0 comments on commit 9d17b0a

Please sign in to comment.