From 6019136d0b30dcbf4335dd4f8ec4b4259b2564f4 Mon Sep 17 00:00:00 2001 From: Mark Janes Date: Mon, 22 Aug 2016 14:39:02 -0700 Subject: create a cache directory for storing trace files --- retrace/daemon/glframe_os.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'retrace/daemon/glframe_os.hpp') diff --git a/retrace/daemon/glframe_os.hpp b/retrace/daemon/glframe_os.hpp index d766dec9..4d4386a4 100644 --- a/retrace/daemon/glframe_os.hpp +++ b/retrace/daemon/glframe_os.hpp @@ -32,6 +32,7 @@ #include #include +#include #include "glframe_traits.hpp" @@ -65,6 +66,8 @@ int fork_execv(const char *path, const char *const argv[]); struct tm *glretrace_localtime(const time_t *timep, struct tm *result); +std::string application_cache_directory(); + int glretrace_rand(unsigned int *seedp); void glretrace_delay(unsigned int ms); -- cgit v1.2.3