From edfeb493f9d95e64b747a11abb528d81da47b16a Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Thu, 28 Nov 2013 14:43:31 +0100 Subject: auth: add a payload-aware intrans function * auth/mig-mutate.h: Add mutator. * auth/mig-decls.h (auth_payload_to_handle): New function. --- auth/mig-decls.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'auth/mig-decls.h') diff --git a/auth/mig-decls.h b/auth/mig-decls.h index 09c7c70a..fa7b06d3 100644 --- a/auth/mig-decls.h +++ b/auth/mig-decls.h @@ -32,6 +32,12 @@ auth_port_to_handle (mach_port_t auth) return ports_lookup_port (auth_bucket, auth, authhandle_portclass); } +static inline struct authhandle * __attribute__ ((unused)) +auth_payload_to_handle (unsigned long payload) +{ + return ports_lookup_payload (auth_bucket, payload, authhandle_portclass); +} + static inline void __attribute__ ((unused)) end_using_authhandle (struct authhandle *auth) { -- cgit v1.2.3