forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
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 (sonic-net#20814) #### Why I did it src/sonic-swss-common ``` * 378e828 - (HEAD -> master, origin/master, origin/HEAD) C API: improve performance by not memcpy-ing string DB values across ffi boundary (sonic-net#935) (2 days ago) [erer1243] ``` #### How I did it #### How to verify it #### Description for the changelog
- Loading branch information
1 parent
b7f3b44
commit f4fb02f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-swss-common
updated
13 files
+2 −0 | common/c-api/consumerstatetable.cpp | |
+19 −10 | common/c-api/dbconnector.cpp | |
+10 −47 | common/c-api/dbconnector.h | |
+1 −1 | common/c-api/producerstatetable.cpp | |
+0 −5 | common/c-api/producerstatetable.h | |
+2 −0 | common/c-api/subscriberstatetable.cpp | |
+30 −0 | common/c-api/util.cpp | |
+126 −46 | common/c-api/util.h | |
+2 −2 | common/c-api/zmqclient.cpp | |
+1 −1 | common/c-api/zmqclient.h | |
+2 −0 | common/c-api/zmqconsumerstatetable.cpp | |
+3 −0 | common/c-api/zmqproducerstatetable.cpp | |
+53 −31 | tests/c_api_ut.cpp |