[PATCH 2/2] Adding missing declaration of nl_cache_move() in include/netlink/cache.h

Thomas Haller thaller at redhat.com
Wed Jun 25 01:23:23 PDT 2014


On Tue, 2014-06-24 at 15:03 -0400, ysruthi at gmail.com wrote:
> From: Sruthi Yellamraju <ysruthi at gmail.com>
> 
> Signed-off-by: Sruthi Yellamraju <ysruthi at gmail.com>
> ---
>  include/netlink/cache.h |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/include/netlink/cache.h b/include/netlink/cache.h
> index d62f4b8..9c5ef58 100644
> --- a/include/netlink/cache.h
> +++ b/include/netlink/cache.h
> @@ -71,6 +71,8 @@ extern int			nl_cache_add(struct nl_cache *,
>  					     struct nl_object *);
>  extern int			nl_cache_parse_and_add(struct nl_cache *,
>  						       struct nl_msg *);
> +extern int                      nl_cache_move(struct nl_cache *,
> +                                              struct nl_object *);
>  extern void			nl_cache_remove(struct nl_object *);
>  extern int			nl_cache_refill(struct nl_sock *,
>  						struct nl_cache *);

Hi Sruthi,


I merged this one earlier as it is not directly related:

https://github.com/thom311/libnl/commit/853c045adaf03196e336a6f444242c986c39bb68


(I just fixed the tabs vs. white space) 
Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part
URL: <http://lists.infradead.org/pipermail/libnl/attachments/20140625/4aa07119/attachment.sig>


More information about the libnl mailing list