From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: [PATCH 0 of 3] tools/xenpaging: remove typedefs Date: Mon, 09 Jan 2012 17:09:36 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org 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(-)