bug-hurd
[Top][All Lists]
Advanced

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

Re: [PATCH hurd 10/30] libcons: add a payload-aware intrans function


From: Samuel Thibault
Subject: Re: [PATCH hurd 10/30] libcons: add a payload-aware intrans function
Date: Tue, 2 Dec 2014 01:03:57 +0100
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Justus Winter, le Thu 27 Nov 2014 14:18:50 +0100, a écrit :
> * libcons/mutations.h: Add mutator.
> * libcons/priv.h (begin_using_notify_payload): New function.

Ack.

> ---
>  libcons/mutations.h | 1 +
>  libcons/priv.h      | 6 ++++++
>  2 files changed, 7 insertions(+)
> 
> diff --git a/libcons/mutations.h b/libcons/mutations.h
> index c895447..4751340 100644
> --- a/libcons/mutations.h
> +++ b/libcons/mutations.h
> @@ -21,6 +21,7 @@
>  /* Only CPP macro definitions should go in this file. */
>  
>  #define FS_NOTIFY_INTRAN cons_notify_t begin_using_notify_port (fs_notify_t)
> +#define FS_NOTIFY_INTRAN_PAYLOAD cons_notify_t begin_using_notify_payload
>  #define FS_NOTIFY_DESTRUCTOR end_using_notify_port (cons_notify_t)
>  
>  #define FS_NOTIFY_IMPORTS import "priv.h";
> diff --git a/libcons/priv.h b/libcons/priv.h
> index 38971ff..6cdf3db 100644
> --- a/libcons/priv.h
> +++ b/libcons/priv.h
> @@ -80,6 +80,12 @@ begin_using_notify_port (fs_notify_t port)
>    return ports_lookup_port (cons_port_bucket, port, cons_port_class);
>  }
>  
> +static inline cons_notify_t
> +begin_using_notify_payload (unsigned long payload)
> +{
> +  return ports_lookup_payload (cons_port_bucket, payload, cons_port_class);
> +}
> +
>  /* Called by MiG after server routines have been run; this balances
>     begin_using_notify_port, and is arranged for the fs_notify
>     interfaces by mutations.h. */
> -- 
> 2.1.3
> 

-- 
Samuel
<D> N: j'aime bien Cut d'un truc enorme... ca montre de quel cote de l'ecran 
sont les couilles :)))
 -+- #ens-mim et la peufeupeu -+-



reply via email to

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