mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-08 14:18:29 +02:00
CFrameBuffer::waitForIdle: Added a parameter
to identify the execution at Debug Output
- For example: name of the calling function
Origin commit data
------------------
Branch: ni/coolstream
Commit: d460c50bd5
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-17 (Fri, 17 May 2013)
Origin message was:
------------------
* CFrameBuffer::waitForIdle: Added a parameter
to identify the execution at Debug Output
- For example: name of the calling function
------------------
This commit was generated by Migit
This commit is contained in:
@@ -235,7 +235,7 @@ class CFrameBuffer
|
||||
bool Locked(void) { return locked; };
|
||||
#ifdef USE_NEVIS_GXA
|
||||
void add_gxa_sync_marker(void);
|
||||
void waitForIdle(void);
|
||||
void waitForIdle(const char* func=NULL);
|
||||
#else
|
||||
inline void waitForIdle(void) {};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user