Skip to content

Commit

Permalink
Merge pull request #151 from ballard26/atomic-deleter
Browse files Browse the repository at this point in the history
Add `hdr_hist` to `temporary_buffer`'s friends
  • Loading branch information
ballard26 authored Nov 6, 2024
2 parents 420a51e + f1958ee commit f212c77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/seastar/core/temporary_buffer.hh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
#include <seastar/util/std-compat.hh>
#include <seastar/util/modules.hh>

class hdr_hist; // Class from Redpanda

namespace seastar {

/*
Expand Down Expand Up @@ -145,6 +147,7 @@ private:
friend class ::seastar::file_data_source_impl;
friend class ::seastar::net::packet_data_source;
friend class ::seastar::file;
friend class ::hdr_hist;

template<typename T>
friend T rpc::make_shard_local_buffer_copy(foreign_ptr<std::unique_ptr<T>> org);
Expand Down

0 comments on commit f212c77

Please sign in to comment.