summaryrefslogtreecommitdiff
path: root/src/lib/encoded_log_entry.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-11-27 10:33:20 +0100
committerCarl Hetherington <cth@carlh.net>2025-11-27 10:33:20 +0100
commit574c1a009635e0f9f4d5b653a99f803510761a8d (patch)
treeb8a47788eb2e93a58e75e1217d3c9fb2b541d3e3 /src/lib/encoded_log_entry.h
parent81dde1a1bec27281dab7b6147d5f8d7deb5a845e (diff)
Log the thread that was used in the encoder (on Linux).
Diffstat (limited to 'src/lib/encoded_log_entry.h')
-rw-r--r--src/lib/encoded_log_entry.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/encoded_log_entry.h b/src/lib/encoded_log_entry.h
index 38622f305..5acc84607 100644
--- a/src/lib/encoded_log_entry.h
+++ b/src/lib/encoded_log_entry.h
@@ -35,4 +35,7 @@ private:
double _receive;
double _encode;
double _send;
+#ifdef DCPOMATIC_LINUX
+ std::string _thread_name;
+#endif
};