Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276233
b: refs/heads/master
c: b8400f3
h: refs/heads/master
i:
  276231: f323416
v: v3
  • Loading branch information
Steffen Klassert authored and David S. Miller committed Nov 26, 2011
1 parent 4ccf6c2 commit 01972c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 618f9bc74a039da76fa027ac2600c5b785b964c5
refs/heads/master: b8400f3718a11c9b0ca400705cddf94f3132c1c3
4 changes: 2 additions & 2 deletions trunk/include/net/route.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ struct rtable {
struct fib_info *fi; /* for client ref to shared metrics */
};

static inline bool rt_is_input_route(struct rtable *rt)
static inline bool rt_is_input_route(const struct rtable *rt)
{
return rt->rt_route_iif != 0;
}

static inline bool rt_is_output_route(struct rtable *rt)
static inline bool rt_is_output_route(const struct rtable *rt)
{
return rt->rt_route_iif == 0;
}
Expand Down

0 comments on commit 01972c1

Please sign in to comment.