bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH hurd 14/30] exec: add payload-aware intrans functions


From: Samuel Thibault
Subject: Re: [PATCH hurd 14/30] exec: add payload-aware intrans functions
Date: Tue, 2 Dec 2014 01:04:56 +0100
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Justus Winter, le Thu 27 Nov 2014 14:18:54 +0100, a écrit :
> * exec/execmutations.h: Add mutators.
> * exec/mig-decls.h (begin_using_bootinfo_payload): New function.

Ack.

> ---
>  exec/execmutations.h | 3 +++
>  exec/mig-decls.h     | 6 ++++++
>  2 files changed, 9 insertions(+)
> 
> diff --git a/exec/execmutations.h b/exec/execmutations.h
> index 2acca7a..0b5b8bb 100644
> --- a/exec/execmutations.h
> +++ b/exec/execmutations.h
> @@ -1,6 +1,7 @@
>  /* CPP definitions for MiG processing of exec.defs for exec server.  */
>  
>  #define FILE_INTRAN trivfs_protid_t trivfs_begin_using_protid (file_t)
> +#define FILE_INTRAN_PAYLOAD trivfs_protid_t trivfs_begin_using_protid_payload
>  #define FILE_DESTRUCTOR trivfs_end_using_protid (trivfs_protid_t)
>  
>  #define EXEC_IMPORTS                                 \
> @@ -9,6 +10,8 @@
>  
>  #define EXEC_STARTUP_INTRAN                             \
>    bootinfo_t begin_using_bootinfo_port (exec_startup_t)
> +#define EXEC_STARTUP_INTRAN_PAYLOAD                     \
> +  bootinfo_t begin_using_bootinfo_payload
>  #define EXEC_STARTUP_DESTRUCTOR                         \
>    end_using_bootinfo (bootinfo_t)
>  #define EXEC_STARTUP_IMPORTS                            \
> diff --git a/exec/mig-decls.h b/exec/mig-decls.h
> index 0437414..cf3e17d 100644
> --- a/exec/mig-decls.h
> +++ b/exec/mig-decls.h
> @@ -30,6 +30,12 @@ begin_using_bootinfo_port (mach_port_t port)
>      return ports_lookup_port (port_bucket, port, execboot_portclass);
>  }
>  
> +static inline struct bootinfo * __attribute__ ((unused))
> +begin_using_bootinfo_payload (unsigned long payload)
> +{
> +    return ports_lookup_payload (port_bucket, payload, execboot_portclass);
> +}
> +
>  static inline void __attribute__ ((unused))
>  end_using_bootinfo (struct bootinfo *b)
>  {
> -- 
> 2.1.3
> 

-- 
Samuel
 RM> Mauvais OS, changer d'OS (c)(r)(tm)
 J'ai windows 98 et comment faire pour changer l'os de windows 98?
 Dans ajout et suppression du programme et il ne parle pas d'os.
 -+- DN in : GNU -+- L'O.S. est las, hélas, c'est là qu'est l'os -+-



reply via email to

[Prev in Thread] Current Thread [Next in Thread]