On Tue, 2011-03-29 at 07:51 -0700, Alan Coopersmith wrote:
> +typedef struct probe_info {
> + volatile size_t num_allocated_elems;
> + volatile size_t num_devices;
> + struct pci_device_private * volatile devices;
> +} probe_info_t;I'm virtually certain that 'volatile' is not useful here. Outside of that, Reviewed-by: Adam Jackson <[email protected]> - ajax
signature.asc
Description: This is a digitally signed message part
_______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
