From: Marek Lindner <lindner_marek@yahoo.de>
To: The list for a Better Approach To Mobile Ad-hoc Networking
<b.a.t.m.a.n@lists.open-mesh.org>
Subject: Re: [B.A.T.M.A.N.] [PATCHv7 8/9] batman-adv: provide orig_node routing API
Date: Tue, 3 Sep 2013 17:00:00 +0800 [thread overview]
Message-ID: <201309031700.00566.lindner_marek@yahoo.de> (raw)
In-Reply-To: <1378116909-551-9-git-send-email-ordex@autistici.org>
On Monday, September 02, 2013 18:15:08 Antonio Quartulli wrote:
> From: Antonio Quartulli <antonio@open-mesh.com>
>
> Some operations executed on an orig_node depends on the
> current routing algorithm being used. To easily make this
> mechanism routing algorithm agnostic add a orig_node
> specific API that each algorithm can populate with its own
> routines.
>
> Such routines are then invoked by the code when needed,
> without knowing which routing algorithm is currently in use
>
> With this patch 3 API functions are added:
> - orig_free (to free routing depending internal structs)
> - orig_add_if (to change the inner state of an orig_node
> when a new hard interface is added)
> - orig_del_if (to change the inner state of an orig_node
> when an hard interface is removed)
Please look into this warning:
CC [M] /home/marek/batman-adv/originator.o
/home/marek/batman-adv/originator.c:578:12: warning: ‘batadv_orig_node_del_if’ defined but not used [-Wunused-function]
Cheers,
Marek
next prev parent reply other threads:[~2013-09-03 9:00 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-02 10:15 [B.A.T.M.A.N.] [PATCHv7 0/9] Improving the routing protocol abstraction Antonio Quartulli
2013-09-02 10:15 ` [B.A.T.M.A.N.] [PATCHv7 1/9] batman-adv: make struct batadv_neigh_node algorithm agnostic Antonio Quartulli
2013-09-03 8:47 ` Marek Lindner
2013-09-02 10:15 ` [B.A.T.M.A.N.] [PATCHv7 2/9] batman-adv: make struct batadv_orig_node " Antonio Quartulli
2013-09-03 8:50 ` Marek Lindner
2013-09-02 10:15 ` [B.A.T.M.A.N.] [PATCHv7 3/9] batman-adv: add bat_orig_print API function Antonio Quartulli
2013-09-03 8:51 ` Marek Lindner
2013-09-02 10:15 ` [B.A.T.M.A.N.] [PATCHv7 4/9] batman-adv: add bat_neigh_cmp " Antonio Quartulli
2013-09-03 8:52 ` Marek Lindner
2013-09-02 10:15 ` [B.A.T.M.A.N.] [PATCHv7 5/9] batman-adv: add bat_neigh_is_equiv_or_better " Antonio Quartulli
2013-09-03 8:54 ` Marek Lindner
2013-09-02 10:15 ` [B.A.T.M.A.N.] [PATCHv7 6/9] batman-adv: adapt bonding to use the new API functions Antonio Quartulli
2013-09-03 8:55 ` Marek Lindner
2013-09-02 10:15 ` [B.A.T.M.A.N.] [PATCHv7 7/9] batman-adv: adapt the neighbor purging routine " Antonio Quartulli
2013-09-03 8:57 ` Marek Lindner
2013-09-02 10:15 ` [B.A.T.M.A.N.] [PATCHv7 8/9] batman-adv: provide orig_node routing API Antonio Quartulli
2013-09-03 9:00 ` Marek Lindner [this message]
2013-09-03 9:03 ` Antonio Quartulli
2013-09-02 10:15 ` [B.A.T.M.A.N.] [PATCHv7 9/9] batman-adv: adapt the TT component to use the new API functions Antonio Quartulli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201309031700.00566.lindner_marek@yahoo.de \
--to=lindner_marek@yahoo.de \
--cc=b.a.t.m.a.n@lists.open-mesh.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox