On Sat, Jul 02, 2011 at 05:06:39AM +0200, Alon Levy wrote:
> --- a/gtk/spice-channel-priv.h
> +++ b/gtk/spice-channel-priv.h
> @@ -123,6 +123,8 @@ struct spice_channel {
>      GArray                      *common_caps;
>      GArray                      *remote_caps;
>      GArray                      *remote_common_caps;
> +
> +    gsize                       total_read_bytes;

sizeof(gsize) is 8 on 64 bit machines...

> @@ -288,6 +292,15 @@ static void spice_channel_class_init(SpiceChannelClass 
> *klass)
>                            G_PARAM_STATIC_NICK |
>                            G_PARAM_STATIC_BLURB));
>  
> +    g_object_class_install_property
> +        (gobject_class, PROP_TOTAL_READ_BYTES,
> +         g_param_spec_uint("total-read-bytes",

...so this should be an uint64 property

Christophe

Attachment: pgp3AN1BZABYF.pgp
Description: PGP signature

_______________________________________________
Spice-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to