[Spice-devel] [PATCH 08/13] smartcard: add to spice.proto
Hans de Goede
hdegoede at redhat.com
Tue Dec 7 02:26:05 PST 2010
Ack.
On 12/06/2010 05:16 PM, Alon Levy wrote:
> ---
> spice.proto | 8 ++++++++
> 1 files changed, 8 insertions(+), 0 deletions(-)
>
> diff --git a/spice.proto b/spice.proto
> index 3c0911d..4eeb159 100644
> --- a/spice.proto
> +++ b/spice.proto
> @@ -1084,6 +1084,13 @@ channel TunnelChannel : BaseChannel {
> } @ctype(SpiceMsgcTunnelSocketTokens) socket_token;
> };
>
> +channel SmartcardChannel : BaseChannel {
> +server:
> + Data data = 101;
> +client:
> + Data data = 101;
> +};
> +
> protocol Spice {
> MainChannel main = 1;
> DisplayChannel display;
> @@ -1092,4 +1099,5 @@ protocol Spice {
> PlaybackChannel playback;
> RecordChannel record;
> TunnelChannel tunnel;
> + SmartcardChannel smartcard;
> };
More information about the Spice-devel
mailing list