Add some possibly-useful markers for debugging threads from coredumps.
[dcpomatic.git] / src / lib / util.h
index 7f8106f3c543775bfb10e62a04c00af7422fa9bd..a6b010e43a6011c9e256af37e2489b79173cc609 100644 (file)
@@ -123,6 +123,7 @@ extern dcp::Size scale_for_display (dcp::Size s, dcp::Size display_container, dc
 extern dcp::DecryptedKDM decrypt_kdm_with_helpful_error (dcp::EncryptedKDM kdm);
 extern boost::filesystem::path default_font_file ();
 extern std::string to_upper (std::string s);
+extern void start_of_thread (std::string name);
 
 template <class T>
 std::list<T>