Use a QUIT notification to properly quit the server channel, the server channel threa...
commita4604f7c7820ed3054a3be9e3a83a2b22484cde8
authorsletz <sletz@0c269be4-1314-0410-8aa9-9f06e86f4224>
Thu, 10 Dec 2009 16:29:17 +0000 (10 16:29 +0000)
committersletz <sletz@0c269be4-1314-0410-8aa9-9f06e86f4224>
Thu, 10 Dec 2009 16:29:17 +0000 (10 16:29 +0000)
treeff7e098ffddf09793a25c22ea2da1e1258f5ed0c
parent0f041ccca503ba04e4a9996bb6e4e93599c3ba38
Use a QUIT notification to properly quit the server channel, the server channel thread can then be 'stopped' instead of 'canceled'

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3853 0c269be4-1314-0410-8aa9-9f06e86f4224
15 files changed:
ChangeLog
common/JackEngine.cpp
common/JackEngine.h
common/JackException.h
common/JackLockedEngine.h
common/JackNotification.h
common/JackServer.cpp
common/Jackdmp.cpp
macosx/JackMacEngineRPC.cpp
macosx/JackMachServerChannel.cpp
macosx/JackMachServerNotifyChannel.cpp
macosx/JackMachServerNotifyChannel.h
posix/JackSocketServerChannel.cpp
posix/JackSocketServerNotifyChannel.cpp
posix/JackSocketServerNotifyChannel.h