aboutsummaryrefslogtreecommitdiff
path: root/cast
diff options
context:
space:
mode:
authorVigen Issahhanjan <vigeni@google.com>2020-11-19 16:07:42 -0800
committerCommit Bot <commit-bot@chromium.org>2020-12-18 00:21:20 +0000
commit3159f65600d94f3ce05eee47ec25ec81b0170274 (patch)
tree7ad80b331a468980f4d36fe752069374d7f8152b /cast
parent7b37b6fff147e76c403d803ea41720ed6989886f (diff)
downloadopenscreen-3159f65600d94f3ce05eee47ec25ec81b0170274.tar.gz
Internal change
PiperOrigin-RevId: 343389838 Change-Id: I91336772932e7323b18f177d280d38a6e7c65802 Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/2595722 Reviewed-by: Ryan Keane <rwkeane@google.com> Commit-Queue: Ryan Keane <rwkeane@google.com>
Diffstat (limited to 'cast')
-rw-r--r--cast/cast_core/api/common/runtime_metadata.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/cast/cast_core/api/common/runtime_metadata.proto b/cast/cast_core/api/common/runtime_metadata.proto
index 74a31fed..bb72541d 100644
--- a/cast/cast_core/api/common/runtime_metadata.proto
+++ b/cast/cast_core/api/common/runtime_metadata.proto
@@ -50,4 +50,7 @@ message RuntimeCapabilities {
// capabilities for NATIVE runtime.
ApplicationCapabilities native_application_capabilities = 2;
}
+
+ // Flags if heartbeat is supported.
+ bool heartbeat_supported = 3;
}