summaryrefslogtreecommitdiff
path: root/infra/pipetrace.cpp
blob: e6642ef3f3980608e5eb6b838788ed245920b020 (plain) (blame)
1
2
3
4
5
6
7
8
9
#include <cstdint>
#include <ostream>

#include "infra/pipetrace.h"

namespace infra {
    std::ostream *pt::ptfile = nullptr;
    std::uint64_t pt::next_record = 0;
}