I''m working on porting some (experimental) memory management code from Xen 2 to Xen 3. In Xen 3 inside mm.c I need a pointer to shared_info. What is the proper way to get this pointer in the above context? Thanks, David Carr _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On 1 Jun 2006, at 17:36, David Carr wrote:> I''m working on porting some (experimental) memory management code from > Xen > 2 to Xen 3. In Xen 3 inside mm.c I need a pointer to shared_info. > What > is the proper way to get this pointer in the above context?(struct domain *)->shared_info -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel