diff options
author | Sander Vrijders <sander.vrijders@ugent.be> | 2017-03-14 16:06:33 +0100 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2017-03-14 16:06:33 +0100 |
commit | 7714673b65daf1fd0266d2855d9bfc91d735b51a (patch) | |
tree | 3c7aa5e8bf1144767fbadc79dd5a33a0d0b95404 /src/ipcpd/normal/routing.h | |
parent | 366fcbec4fb7de21c553f24efb977b45bf27f2e6 (diff) | |
download | ouroboros-7714673b65daf1fd0266d2855d9bfc91d735b51a.tar.gz ouroboros-7714673b65daf1fd0266d2855d9bfc91d735b51a.zip |
ipcpd: normal: Add graph structure
This adds a graph structure which will be updated by routing when it
is notified about a new RIB event. The routing can then use this graph
as input for calculating the shortest path to a destination.
Diffstat (limited to 'src/ipcpd/normal/routing.h')
-rw-r--r-- | src/ipcpd/normal/routing.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ipcpd/normal/routing.h b/src/ipcpd/normal/routing.h index 20dc72f9..0794ef28 100644 --- a/src/ipcpd/normal/routing.h +++ b/src/ipcpd/normal/routing.h @@ -34,7 +34,6 @@ * Routing will take a type in the future, * to allow different policies. */ - int routing_init(struct nbs * nbs); void routing_fini(void); |