summaryrefslogtreecommitdiffstats
path: root/src/server
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-05-09 16:06:59 +0000
committerDavid Robillard <d@drobilla.net>2012-05-09 16:06:59 +0000
commit6932da9169a38a5a8eafc63357b9ede00cb46117 (patch)
treef2a9d02d7c82c859db334dfcb3b6060cfc8bac07 /src/server
parented80c779a6085ce62b9f61a28263607983db93a1 (diff)
downloadingen-6932da9169a38a5a8eafc63357b9ede00cb46117.tar.gz
ingen-6932da9169a38a5a8eafc63357b9ede00cb46117.tar.bz2
ingen-6932da9169a38a5a8eafc63357b9ede00cb46117.zip
Support TCP sockets.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4328 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/server')
-rw-r--r--src/server/Driver.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/Driver.hpp b/src/server/Driver.hpp
index 77d49234..e12ae737 100644
--- a/src/server/Driver.hpp
+++ b/src/server/Driver.hpp
@@ -75,6 +75,7 @@ public:
/** Return the current frame time (running counter) */
virtual SampleCount frame_time() const = 0;
+ /** Return true iff the driver is running in real-time mode */
virtual bool is_realtime() const = 0;
};