From 76f3ef1d7c2b4393a8e8b402deb924e606448d27 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Wed, 11 Feb 2026 23:19:15 +1100 Subject: More cleanup, fix lifetime and mutex issues --- src/context.cc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/context.cc (limited to 'src/context.cc') diff --git a/src/context.cc b/src/context.cc new file mode 100644 index 0000000..ff93c36 --- /dev/null +++ b/src/context.cc @@ -0,0 +1,9 @@ +#include "context.hh" + +namespace low_latency { + +Context::Context() {} + +Context::~Context() {} + +} // namespace low_latency \ No newline at end of file -- cgit v1.2.3