From 868a820a19ff66c370cf40573ac89738386513c3 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Fri, 16 May 2014 10:13:02 +0200 Subject: proc: move translation functions to mig-decls.h * proc/hash.c (reqport_find): Move this function... * proc/proc.h (process_drop): ... and this... * proc/mig-decls.h: ... here and rename them. * proc/mig-mutate.h: Update accordingly. --- proc/mig-mutate.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'proc/mig-mutate.h') diff --git a/proc/mig-mutate.h b/proc/mig-mutate.h index ad6eb321..ce9f88e6 100644 --- a/proc/mig-mutate.h +++ b/proc/mig-mutate.h @@ -19,11 +19,11 @@ #define PROCESS_INTRAN \ - pstruct_t reqport_find (process_t) + pstruct_t begin_using_proc_port (process_t) #define PROCESS_DESTRUCTOR \ - process_drop (pstruct_t) + end_using_proc (pstruct_t) #define PROCESS_IMPORTS \ - import "proc.h"; + import "mig-decls.h"; #define NOTIFY_INTRAN \ port_info_t begin_using_port_info_port (mach_port_t) -- cgit v1.2.3