Commit 19699ab
authored
[submodule] Update submodule sonic-swss-common to the latest HEAD automatically (#24792)
#### Why I did it
src/sonic-swss-common
```
* 03c6777 - (HEAD -> master, origin/master, origin/HEAD) Opportunistically use a matching kernel version for building the modules (#1138) (2 days ago) [Saikrishna Arcot]
* 41acbf8 - Ensure RedisPipeline dtor not to throw (#1115) (5 days ago) [Qi Luo]
* e8a9592 - Reapply "Fix risky unwrap(), expect(), and casting (#1113)" (#1118) (#1124) (5 days ago) [Qi Luo]
```
#### How I did it
#### How to verify it
#### Description for the changelog1 parent 949db61 commit 19699ab
1 file changed
+1
-1
lines changedSubmodule sonic-swss-common updated 17 files
- .azure-pipelines/build_and_install_module.sh+3-1
- common/c-api/consumerstatetable.cpp+2-2
- common/c-api/consumerstatetable.h+1-1
- common/c-api/subscriberstatetable.cpp+2-2
- common/c-api/subscriberstatetable.h+1-1
- common/c-api/zmqconsumerstatetable.cpp+2-2
- common/c-api/zmqconsumerstatetable.h+1-1
- common/redispipeline.h+28-8
- crates/swss-common/src/types/consumerstatetable.rs+11-3
- crates/swss-common/src/types/dbconnector.rs+5-13
- crates/swss-common/src/types/exception.rs+30
- crates/swss-common/src/types/producerstatetable.rs+5-1
- crates/swss-common/src/types/subscriberstatetable.rs+11-3
- crates/swss-common/src/types/table.rs+5-1
- crates/swss-common/src/types/zmqclient.rs+5-1
- crates/swss-common/src/types/zmqconsumerstatetable.rs+15-7
- tests/c_api_ut.cpp+3-3
0 commit comments