summaryrefslogtreecommitdiff
path: root/posix/JackPosixProcessSync.h
diff options
context:
space:
mode:
authorsletz <sletz@0c269be4-1314-0410-8aa9-9f06e86f4224>2012-01-27 16:53:05 +0000
committersletz <sletz@0c269be4-1314-0410-8aa9-9f06e86f4224>2012-01-27 16:53:05 +0000
commitf5fd13a2ca359de62dbe9233850c1f62290b1559 (patch)
tree16f12bbc5d3d3f3698d4116ab004d7800cba95b5 /posix/JackPosixProcessSync.h
parenta38847e62a0b943c7c12ef66bcd73d49ed812c42 (diff)
downloadjack2-f5fd13a2ca359de62dbe9233850c1f62290b1559.tar.gz
Naming of synchro primitive on Windows.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4741 0c269be4-1314-0410-8aa9-9f06e86f4224
Diffstat (limited to 'posix/JackPosixProcessSync.h')
-rw-r--r--posix/JackPosixProcessSync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/JackPosixProcessSync.h b/posix/JackPosixProcessSync.h
index c311e609..956d39c3 100644
--- a/posix/JackPosixProcessSync.h
+++ b/posix/JackPosixProcessSync.h
@@ -41,7 +41,7 @@ class JackPosixProcessSync : public JackBasePosixMutex
public:
- JackPosixProcessSync():JackBasePosixMutex()
+ JackPosixProcessSync(const char* name = NULL):JackBasePosixMutex()
{
int res = pthread_cond_init(&fCond, NULL);
ThrowIf(res != 0, JackException("JackBasePosixMutex: could not init the cond variable"));