[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH XTF v4] Implement pv_read_some
2017-07-24 12:38 GMT+02:00 Andrew Cooper <andrew.cooper3@xxxxxxxxxx>:
I'm not really convinced by this: If this was really happening, then you could never do multiple declarations in the same line because it would always degrade. According to for example Wikipedia, /** * Commas act as separators in this line, not as an operator. * Results: a=1, b=2, c=3, i=0 */ int a=1, b=2, c=3, i=0; Also, read_some is obviously modeled after write_some, so you would have to change that one too. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |