-
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] Update submodule sonic-swss-common to the latest HEAD aut…
…omatically (#21449) #### Why I did it src/sonic-swss-common ``` * 5a4b4a5 - (HEAD -> master, origin/master, origin/HEAD) C API Exceptions (#967) (2 hours ago) [erer1243] * b58a501 - Add swss::Table to c api (#964) (12 hours ago) [erer1243] ``` #### How I did it #### How to verify it #### Description for the changelog
- Loading branch information
1 parent
cd6af78
commit e478b8b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-swss-common
updated
24 files
+1 −0 | common/Makefile.am | |
+20 −16 | common/c-api/consumerstatetable.cpp | |
+11 −10 | common/c-api/consumerstatetable.h | |
+29 −30 | common/c-api/dbconnector.cpp | |
+29 −27 | common/c-api/dbconnector.h | |
+16 −15 | common/c-api/producerstatetable.cpp | |
+13 −11 | common/c-api/producerstatetable.h | |
+45 −0 | common/c-api/result.h | |
+21 −18 | common/c-api/subscriberstatetable.cpp | |
+14 −12 | common/c-api/subscriberstatetable.h | |
+73 −0 | common/c-api/table.cpp | |
+44 −0 | common/c-api/table.h | |
+11 −9 | common/c-api/util.cpp | |
+37 −28 | common/c-api/util.h | |
+8 −9 | common/c-api/zmqclient.cpp | |
+8 −7 | common/c-api/zmqclient.h | |
+24 −23 | common/c-api/zmqconsumerstatetable.cpp | |
+16 −14 | common/c-api/zmqconsumerstatetable.h | |
+14 −12 | common/c-api/zmqproducerstatetable.cpp | |
+9 −7 | common/c-api/zmqproducerstatetable.h | |
+3 −3 | common/c-api/zmqserver.cpp | |
+3 −2 | common/c-api/zmqserver.h | |
+216 −68 | tests/c_api_ut.cpp | |
+0 −3 | tests/main.cpp |