diff options
author | 2015-10-22 08:51:36 -0400 | |
---|---|---|
committer | 2015-10-24 06:56:30 -0700 | |
commit | 0e05498e9eae16a6d8c86543e77930ec152e655e (patch) | |
tree | d9c7a0ec7ea13f4babaa52b2c71068e8deda1bac /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | tipc: create broadcast transmission link at namespace init (diff) | |
download | wireguard-linux-0e05498e9eae16a6d8c86543e77930ec152e655e.tar.xz wireguard-linux-0e05498e9eae16a6d8c86543e77930ec152e655e.zip |
tipc: make link implementation independent from struct tipc_bearer
In reality, the link implementation is already independent from
struct tipc_bearer, in that it doesn't store any reference to it.
However, we still pass on a pointer to a bearer instance in the
function tipc_link_create(), just to have it extract some
initialization information from it.
I later commits, we need to create instances of tipc_link without
having any associated struct tipc_bearer. To facilitate this, we
want to extract the initialization data already in the creator
function in node.c, before calling tipc_link_create(), and pass
this info on as individual parameters in the call.
This commit introduces this change.
Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Reviewed-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions