-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[submodule] Advance sonic-swss-common pointer (#12510)
d0fdf62 Check whether a pointer created by dynamic_cast is null before using it. (#689) 2cae742 [Fast/Warm restart] Implement helper class for waiting restart done (#691)
- Loading branch information
1 parent
917ad1f
commit 4216f34
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-swss-common
updated
10 files
+3 −1 | common/Makefile.am | |
+8 −1 | common/logger.cpp | |
+145 −0 | common/redis_table_waiter.cpp | |
+43 −0 | common/redis_table_waiter.h | |
+92 −0 | common/restart_waiter.cpp | |
+33 −0 | common/restart_waiter.h | |
+4 −0 | pyext/swsscommon.i | |
+2 −0 | tests/Makefile.am | |
+105 −0 | tests/redis_table_waiter_ut.cpp | |
+113 −0 | tests/restart_waiter_ut.cpp |