Commit dc040e2 1 parent 415c3e6 commit dc040e2 Copy full SHA for dc040e2
File tree 6 files changed +4
-342
lines changed
6 files changed +4
-342
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11
11
extern " C" {
12
12
#include " sai.h"
13
13
}
14
- #include " common/redisclient.h"
15
14
15
+ #include " swss/redisclient.h"
16
16
#include " swss/dbconnector.h"
17
17
#include " swss/producertable.h"
18
18
#include " swss/consumertable.h"
Original file line number Diff line number Diff line change @@ -41,8 +41,7 @@ libsairedis_la_SOURCES = \
41
41
sai_redis_generic_set.cpp \
42
42
sai_redis_generic_get.cpp \
43
43
sai_redis_notifications.cpp \
44
- sai_redis_record.cpp \
45
- ../../common/redisclient.cpp
44
+ sai_redis_record.cpp
46
45
47
46
libsairedis_la_CPPFLAGS = $(DBGFLAGS ) $(AM_CPPFLAGS ) $(CFLAGS_COMMON )
48
47
libsairedis_la_LIBADD = -lhiredis -lswsscommon
Original file line number Diff line number Diff line change @@ -26,8 +26,7 @@ syncd_SOURCES = \
26
26
syncd_reinit.cpp \
27
27
syncd_hard_reinit.cpp \
28
28
syncd_notifications.cpp \
29
- syncd_counters.cpp \
30
- ../common/redisclient.cpp
29
+ syncd_counters.cpp
31
30
32
31
syncd_CPPFLAGS = $(DBGFLAGS ) $(AM_CPPFLAGS ) $(CFLAGS_COMMON ) $(SAIFLAGS )
33
32
syncd_LDADD = -lhiredis -lswsscommon -lsai -lpthread -L$(top_srcdir ) /meta/.libs -lsaimetadata
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ extern "C" {
25
25
#include " sai.h"
26
26
}
27
27
28
- #include " common/redisclient.h"
29
28
#include " meta/saiserialize.h"
30
29
#include " meta/saiattributelist.h"
30
+ #include " swss/redisclient.h"
31
31
#include " swss/dbconnector.h"
32
32
#include " swss/producertable.h"
33
33
#include " swss/consumertable.h"
You can’t perform that action at this time.
0 commit comments