[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 0 of 3] tools/xenpaging: remove typedefs
As noted by Ian Jackson, use of types with names ending in _t is reserved to the C implementation (compiler and runtime). This series removes all typedefs from xenpaging code. Changes: xenpaging: convert xenpaging_victim_t to struct victim xenpaging: convert xenpaging_t to struct xenpaging xenpaging: convert mem_event_t to struct mem_event tools/xenpaging/pagein.c | 2 - tools/xenpaging/policy.h | 4 +-- tools/xenpaging/policy_default.c | 4 +-- tools/xenpaging/xenpaging.c | 40 ++++++++++++++++++--------------------- tools/xenpaging/xenpaging.h | 16 +++++++-------- 5 files changed, 32 insertions(+), 34 deletions(-) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |