-
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.
seastar: bump seastar to latest upstream master
to pick up the change to drop protobuf dependency Signed-off-by: Kefu Chai <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule seastar
updated
17 files
+1 −33 | CMakeLists.txt | |
+0 −578 | cmake/FindProtobuf.cmake | |
+0 −2 | cmake/SeastarDependencies.cmake | |
+0 −9 | cooking_recipe.cmake | |
+5 −3 | doc/prometheus.md | |
+88 −0 | include/seastar/core/gate.hh | |
+1 −1 | include/seastar/core/prometheus.hh | |
+9 −18 | include/seastar/core/resource.hh | |
+1 −6 | install-dependencies.sh | |
+1 −1 | pkgconfig/seastar.pc.in | |
+3 −1 | src/core/memory.cc | |
+5 −120 | src/core/prometheus.cc | |
+44 −43 | src/core/reactor.cc | |
+20 −5 | src/core/resource.cc | |
+0 −1 | src/http/mime_types.cc | |
+33 −1 | src/net/tls.cc | |
+97 −0 | tests/unit/closeable_test.cc |