summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukáš Hrázký <lhrazky@redhat.com>2018-03-26 13:25:22 +0200
committerLukáš Hrázký <lhrazky@redhat.com>2018-04-05 16:53:14 +0200
commit967ac4a24c48c28ee80743b44b47bd03db186353 (patch)
tree3e17887fb9d2710a552c6448b6bbb139c173ca66
parent235ac173495096730dff6fff16bea42790d4c703 (diff)
stream-device.h: Remove the reference to the streaming port name
It is a duplicate information in a place where it is not necessary and of little value. Signed-off-by: Lukáš Hrázký <lhrazky@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
-rw-r--r--spice/stream-device.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/spice/stream-device.h b/spice/stream-device.h
index b2f83b5..5eff1ae 100644
--- a/spice/stream-device.h
+++ b/spice/stream-device.h
@@ -35,7 +35,6 @@
* The device is currently implemented as a VirtIO port inside the
* guest. The guest should open that device to use this protocol to
* communicate with the host.
- * The name of the port is "com.redhat.stream.0".
*/
#ifndef SPICE_STREAM_DEVICE_H_