From 3aa9b525c38b37a4f6248c57a1f0c78976d6050d Mon Sep 17 00:00:00 2001 From: nedko Date: Tue, 7 Jul 2009 17:18:11 +0000 Subject: Move dbus device reservation code to jackdbus git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3579 0c269be4-1314-0410-8aa9-9f06e86f4224 --- common/JackServerGlobals.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/JackServerGlobals.h') diff --git a/common/JackServerGlobals.h b/common/JackServerGlobals.h index c972a9bf..fac85bd3 100644 --- a/common/JackServerGlobals.h +++ b/common/JackServerGlobals.h @@ -38,6 +38,8 @@ struct SERVER_EXPORT JackServerGlobals { static JackServer* fInstance; static unsigned int fUserCount; + static bool (* on_device_acquire)(const char * device_name); + static void (* on_device_release)(const char * device_name); JackServerGlobals(); ~JackServerGlobals(); -- cgit v1.2.1