summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorsletz <sletz@0c269be4-1314-0410-8aa9-9f06e86f4224>2009-11-10 22:15:01 +0000
committersletz <sletz@0c269be4-1314-0410-8aa9-9f06e86f4224>2009-11-10 22:15:01 +0000
commit0bf1580f037ac6013959549540e2b41549238476 (patch)
tree54c43bb06f45fcb9756cf65f1de3dd4576f7663d /tests
parenta3478c6e402d0bbeadafb6365d013953e14bcbaf (diff)
downloadjack2-0bf1580f037ac6013959549540e2b41549238476.tar.gz
Correct JackInfoShutdownCallback prototype, two new JackClientProcessFailure and JackClientZombie JackStatus code.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3732 0c269be4-1314-0410-8aa9-9f06e86f4224
Diffstat (limited to 'tests')
-rw-r--r--tests/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.cpp b/tests/test.cpp
index 26d4eedf..e77edf49 100644
--- a/tests/test.cpp
+++ b/tests/test.cpp
@@ -220,7 +220,7 @@ void jack_shutdown(void *arg)
exit(1);
}
-void jack_info_shutdown(int code, const char* reason, void *arg)
+void jack_info_shutdown(jack_status_t code, const char* reason, void *arg)
{
printf("JACK server failure : %s\n", reason);
exit(1);