aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/mb_lwtrace.cpp
blob: c54cd5ab71cd2652e28506783b6197c13811b463 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#include "mb_lwtrace.h"

#include <library/cpp/lwtrace/all.h>

#include <util/generic/singleton.h>

LWTRACE_DEFINE_PROVIDER(LWTRACE_MESSAGEBUS_PROVIDER)

void NBus::InitBusLwtrace() {
    // Function is nop, and needed only to make sure TBusLwtraceInit loaded.
    // It won't be necessary when pg@ implements GLOBAL in arc.
}