aboutsummaryrefslogtreecommitdiff
path: root/src/context.cc
blob: ff93c36d3e767c1520a87fa0fb5778460ce59d48 (plain)
1
2
3
4
5
6
7
8
9
#include "context.hh"

namespace low_latency {

Context::Context() {}

Context::~Context() {}

} // namespace low_latency