summaryrefslogtreecommitdiff
path: root/include/rtnl.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-10-14 13:56:31 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-10-14 13:56:31 +0200
commit9427977bb5efee031b5001bd943c0efd8aa39276 (patch)
treeb371c74facfc1bf6ce3b1506ffa3cb80b9fa78ec /include/rtnl.h
parentd953423c66367ee7d9b2429914257286b48c3b79 (diff)
downloadconnman-9427977bb5efee031b5001bd943c0efd8aa39276.tar.gz
connman-9427977bb5efee031b5001bd943c0efd8aa39276.tar.bz2
connman-9427977bb5efee031b5001bd943c0efd8aa39276.zip
The interface flags are from type short
Diffstat (limited to 'include/rtnl.h')
-rw-r--r--include/rtnl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rtnl.h b/include/rtnl.h
index 57e8e07c..fac302f2 100644
--- a/include/rtnl.h
+++ b/include/rtnl.h
@@ -39,7 +39,7 @@ extern "C" {
struct connman_rtnl {
const char *name;
int priority;
- void (*link_flags) (int index, int flags);
+ void (*link_flags) (int index, short flags);
};
extern int connman_rtnl_register(struct connman_rtnl *rtnl);