X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fcross.h;h=c7bb4991c583acd59fdcb8a9b9f5a31eeb43c752;hb=188ae6711eaf9e231e8c07f85a6e8d1fee191ab6;hp=641900bc47922464b3447a59581c0c33f4faef91;hpb=3828baf56467224f5d44049bf1e7a7ed11f43a05;p=dcpomatic.git diff --git a/src/lib/cross.h b/src/lib/cross.h index 641900bc4..c7bb4991c 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -48,6 +48,7 @@ extern boost::filesystem::path shared_path (); extern FILE * fopen_boost (boost::filesystem::path, std::string); extern int dcpomatic_fseek (FILE *, int64_t, int); extern void start_batch_converter (boost::filesystem::path dcpomatic); +extern uint64_t thread_id (); /** @class Waker * @brief A class which tries to keep the computer awake on various operating systems.