summaryrefslogtreecommitdiff
path: root/cras/src/server/cras_rclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'cras/src/server/cras_rclient.h')
-rw-r--r--cras/src/server/cras_rclient.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cras/src/server/cras_rclient.h b/cras/src/server/cras_rclient.h
index d63407d2..c1545a87 100644
--- a/cras/src/server/cras_rclient.h
+++ b/cras/src/server/cras_rclient.h
@@ -17,12 +17,14 @@ struct cras_server_message;
* id - The id of the client.
* fd - Connection for client communication.
* ops - cras_rclient_ops for the cras_rclient.
+ * supported_directions - Bit mask for supported stream directions.
*/
struct cras_rclient {
struct cras_observer_client *observer;
size_t id;
int fd;
const struct cras_rclient_ops *ops;
+ int supported_directions;
};
/* Operations for cras_rclient.