blob: b80f0488048285d970f727eab58b1b761cae9cf2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#pragma once
#include "public.h"
namespace NYT::NLogging::NDetail {
////////////////////////////////////////////////////////////////////////////////
//! Ref-counted memory tag for payload buffers; used for memory accounting.
struct TMessageBufferTag
{ };
////////////////////////////////////////////////////////////////////////////////
} // namespace NYT::NLogging::NDetail
|