From e435554efa3f7a6b9dba2320b6c10f49a027dec8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 31 Aug 2012 18:07:47 +0000 Subject: Implement host side of buf-size via options. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4763 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/URIs.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ingen/URIs.hpp') diff --git a/ingen/URIs.hpp b/ingen/URIs.hpp index 0fc05a4e..66107079 100644 --- a/ingen/URIs.hpp +++ b/ingen/URIs.hpp @@ -69,6 +69,9 @@ public: const Quark atom_bufferType; const Quark atom_eventTransfer; const Quark atom_supports; + const Quark bufsz_maxBlockLength; + const Quark bufsz_minBlockLength; + const Quark bufsz_sequenceSize; const Quark doap_name; const Quark ingen_Block; const Quark ingen_Edge; -- cgit v1.2.1