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:
Avi Kivity
2020-03-23 11:59:30 +02:00
parent 602a771105
commit c6a441f9c2
3 changed files with 4 additions and 1 deletions

Submodule seastar updated: 3c498abcab...92c488706c

View File

@@ -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>

View File

@@ -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