---
 spice.proto | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/spice.proto b/spice.proto
index 48bf5da..c3487ca 100644
--- a/spice.proto
+++ b/spice.proto
@@ -1383,6 +1383,9 @@ channel PortChannel : SpicevmcChannel {
 channel WebDAVChannel : PortChannel {
 };
 
+channel PowerChannel : BaseChannel {
+};
+
 protocol Spice {
     MainChannel main = 1;
     DisplayChannel display;
@@ -1395,4 +1398,5 @@ protocol Spice {
     UsbredirChannel usbredir;
     PortChannel port;
     WebDAVChannel webdav;
+    PowerChannel power;
 };
-- 
2.52.0

Reply via email to