From 054eb25c85c304339a136d22826e37ccbc825beb Mon Sep 17 00:00:00 2001 From: Hua Liu <58683130+liuh-80@users.noreply.github.com> Date: Fri, 27 May 2022 08:58:40 +0800 Subject: [PATCH] Update sonic-swss-common submodule (#10872) Updating sonic-utilities sub module with the following commits 84dbd93 Clear the fvs vector before popping the message out of notification a90b2b7 selectabletimer: add mutex to start() and stop() 7ae22be Fix SIGTERM can't terminate PubSub::listen issue #### Why I did it To fix hostcfgd can't terminate by sigint issue, need update sonic-swss-common submodule. #### How I did it #### How to verify it #### Which release branch to backport (provide reason below if selected) #### Description for the changelog 84dbd93 Clear the fvs vector before popping the message out of notification a90b2b7 selectabletimer: add mutex to start() and stop() 7ae22be Fix SIGTERM can't terminate PubSub::listen issue #### A picture of a cute animal (not mandatory but encouraged) --- src/sonic-swss-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sonic-swss-common b/src/sonic-swss-common index 7a203b1b1f..7ae22be4c1 160000 --- a/src/sonic-swss-common +++ b/src/sonic-swss-common @@ -1 +1 @@ -Subproject commit 7a203b1b1fdefcd588ec7a72c0db95b32e50f3a7 +Subproject commit 7ae22be4c1bf8dd7c5f697cdf2faf7317a02ba14