summaryrefslogtreecommitdiffstats
path: root/include/sysutils
diff options
context:
space:
mode:
authorAshish Sharma <ashishsharma@google.com>2012-04-10 18:59:16 -0700
committerAshish Sharma <ashishsharma@google.com>2012-04-11 17:24:46 -0700
commit731d831e91d5d9f8b15ca95367977abe35967166 (patch)
tree041d773389dc1d6543fda3bb618d2a9233632c8f /include/sysutils
parent720d598280e5ebd3fb7c845a2a11520bb646d645 (diff)
downloadsystem_core-731d831e91d5d9f8b15ca95367977abe35967166.zip
system_core-731d831e91d5d9f8b15ca95367977abe35967166.tar.gz
system_core-731d831e91d5d9f8b15ca95367977abe35967166.tar.bz2
libsysutils: NetlinkEvent: add support for interface xt_IDLETIMER events.
xt_IDLETIMER events are used to infer the interface (radio) state based on a inactivity timeout value. Change-Id: I755eb54a048ca1c6ce0c646564d61188d8241851
Diffstat (limited to 'include/sysutils')
-rw-r--r--include/sysutils/NetlinkEvent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sysutils/NetlinkEvent.h b/include/sysutils/NetlinkEvent.h
index 25a56f7..3494a9c 100644
--- a/include/sysutils/NetlinkEvent.h
+++ b/include/sysutils/NetlinkEvent.h
@@ -34,6 +34,8 @@ public:
const static int NlActionChange;
const static int NlActionLinkDown;
const static int NlActionLinkUp;
+ const static int NlActionIfaceActive;
+ const static int NlActionIfaceIdle;
NetlinkEvent();
virtual ~NetlinkEvent();