]> git.cworth.org Git - apitrace/blobdiff - common/trace_writer_local.hpp
retrace: Implement glxCopySubBufferMESA
[apitrace] / common / trace_writer_local.hpp
index 6e4abc44d60fad024e72fe347398c4badcaf32c1..358455a955a6d2bfe6c0fdd409a734e04a5e312d 100644 (file)
@@ -76,6 +76,8 @@ namespace trace {
          */
         os::ProcessId pid;
 
+        void checkProcessId();
+
     public:
         /**
          * Should never called directly -- use localWriter singleton below
@@ -89,8 +91,8 @@ namespace trace {
         /**
          * It will acquire the mutex.
          */
-        unsigned beginEnter(const FunctionSig *sig);
-        
+        unsigned beginEnter(const FunctionSig *sig, bool fake = false);
+
         /**
          * It will release the mutex.
          */