[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH hurd 09/30] libpager: add a payload-aware intrans function
From: |
Samuel Thibault |
Subject: |
Re: [PATCH hurd 09/30] libpager: add a payload-aware intrans function |
Date: |
Tue, 2 Dec 2014 01:03:40 +0100 |
User-agent: |
Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) |
Justus Winter, le Thu 27 Nov 2014 14:18:49 +0100, a écrit :
> * libpager/mig-decls.h (begin_using_pager_payload): New function.
> * libpager/mig-mutate.h: Add mutators.
Ack.
> ---
> libpager/mig-decls.h | 6 ++++++
> libpager/mig-mutate.h | 3 +++
> 2 files changed, 9 insertions(+)
>
> diff --git a/libpager/mig-decls.h b/libpager/mig-decls.h
> index 0c7b402..7e6b64f 100644
> --- a/libpager/mig-decls.h
> +++ b/libpager/mig-decls.h
> @@ -32,6 +32,12 @@ begin_using_pager (mach_port_t port)
> return ports_lookup_port (0, port, _pager_class);
> }
>
> +static inline struct pager * __attribute__ ((unused))
> +begin_using_pager_payload (unsigned long payload)
> +{
> + return ports_lookup_payload (0, payload, _pager_class);
> +}
> +
> static inline void __attribute__ ((unused))
> end_using_pager (struct pager *p)
> {
> diff --git a/libpager/mig-mutate.h b/libpager/mig-mutate.h
> index 9e9065f..c4f30ce 100644
> --- a/libpager/mig-mutate.h
> +++ b/libpager/mig-mutate.h
> @@ -18,11 +18,14 @@
> along with the GNU Hurd. If not, see <http://www.gnu.org/licenses/>. */
>
> #define MEMORY_OBJECT_INTRAN pager_t begin_using_pager (memory_object_t)
> +#define MEMORY_OBJECT_INTRAN_PAYLOAD pager_t begin_using_pager_payload
> #define MEMORY_OBJECT_DESTRUCTOR end_using_pager (pager_t)
> #define MEMORY_OBJECT_IMPORTS import "mig-decls.h";
>
> #define NOTIFY_INTRAN \
> port_info_t begin_using_port_info_port (mach_port_t)
> +#define NOTIFY_INTRAN_PAYLOAD \
> + port_info_t begin_using_port_info_payload
> #define NOTIFY_DESTRUCTOR \
> end_using_port_info (port_info_t)
> #define NOTIFY_IMPORTS \
> --
> 2.1.3
>
--
Samuel
Créer une hiérarchie supplementaire pour remedier à un problème (?) de
dispersion est d'une logique digne des Shadocks.
* BT in: Guide du Cabaliste Usenet - La Cabale vote oui (les Shadocks aussi) *
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH hurd 09/30] libpager: add a payload-aware intrans function,
Samuel Thibault <=