summaryrefslogtreecommitdiff
path: root/PROTOCOL
diff options
context:
space:
mode:
authorDavid Henningsson <david.henningsson@canonical.com>2011-11-25 15:17:11 +0100
committerTanu Kaskinen <tanuk@iki.fi>2011-11-26 13:47:33 +0200
commit961ec210a676e768902956218ff50bfac26dae65 (patch)
tree96d59c93ff1a70db1358045f410c2f4618647916 /PROTOCOL
parentfabb28f935118d8d88e76f1d47726c283c2a9c8d (diff)
Introduce "available" concept for ports, and communicate that to clients. Bump protocol version to 24.
Note: There is still no notification when status availability changes. Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Diffstat (limited to 'PROTOCOL')
-rw-r--r--PROTOCOL10
1 files changed, 10 insertions, 0 deletions
diff --git a/PROTOCOL b/PROTOCOL
index 8c6919060..8b2f81ffa 100644
--- a/PROTOCOL
+++ b/PROTOCOL
@@ -278,6 +278,16 @@ New field in PA_COMMAND_UNDERFLOW:
int64_t index
+## v24, implemented by >= 2.0
+
+New field in all commands that send/receive port introspection data
+(PA_COMMAND_GET_(SOURCE|SINK)_OUTPUT_INFO,
+PA_COMMAND_GET_(SOURCE|SINK)_OUTPUT_INFO_LIST):
+
+ uint32_t available
+
+The field is added once for every port.
+
#### If you just changed the protocol, read this
## module-tunnel depends on the sink/source/sink-input/source-input protocol
## internals, so if you changed these, you might have broken module-tunnel.