Update seastar submodule
* seastar 3c498abcab...92c488706c (14): > dpdk: restore including reactor.hh > tests: distributed_test: add missing #include <mutex> > reactor: un-static-ify make_pollfn() > merge: Reduce inclusions of reactor.hh A few #includes added to compensate for this > sharded: delete move constructor > future: Avoid a move constructor call > future: Erase types a bit more in then_wrapped > memory: Drop a never nullopt optional > semaphore: specify get_units and with_semaphore as noexcept > spinlock.hh: Add include for <cassert> header > dpdk: Avoid a variable sized array > future: Add an explicit promise member to continuation > net: remove smart pointer wrappers around pollable_fd > Merge "cleanup reactor file functions" from Benny
This commit is contained in:
2
seastar
2
seastar
Submodule seastar updated: 3c498abcab...92c488706c
@@ -44,6 +44,7 @@
|
||||
#include "bytes.hh"
|
||||
#include "utils/murmur_hash.hh"
|
||||
#include <seastar/core/shared_ptr.hh>
|
||||
#include <seastar/core/align.hh>
|
||||
#include "utils/large_bitset.hh"
|
||||
#include <array>
|
||||
#include <cstdlib>
|
||||
|
||||
@@ -19,6 +19,8 @@
|
||||
* along with Scylla. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <unordered_set>
|
||||
|
||||
namespace utils {
|
||||
/**
|
||||
* This class implements an add-only vector that ensures that the elements are
|
||||
|
||||
Reference in New Issue
Block a user