diff options
Diffstat (limited to 'networking/libiproute/libnetlink.c')
-rw-r--r-- | networking/libiproute/libnetlink.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/libiproute/libnetlink.c b/networking/libiproute/libnetlink.c index 7291ee2f1..547013ff6 100644 --- a/networking/libiproute/libnetlink.c +++ b/networking/libiproute/libnetlink.c | |||
@@ -55,6 +55,7 @@ int FAST_FUNC xrtnl_wilddump_request(struct rtnl_handle *rth, int family, int ty | |||
55 | return rtnl_send(rth, (void*)&req, sizeof(req)); | 55 | return rtnl_send(rth, (void*)&req, sizeof(req)); |
56 | } | 56 | } |
57 | 57 | ||
58 | //TODO: pass rth->fd instead of full rth? | ||
58 | int FAST_FUNC rtnl_send(struct rtnl_handle *rth, char *buf, int len) | 59 | int FAST_FUNC rtnl_send(struct rtnl_handle *rth, char *buf, int len) |
59 | { | 60 | { |
60 | struct sockaddr_nl nladdr; | 61 | struct sockaddr_nl nladdr; |