diff options
author | San Mehat <san@google.com> | 2009-12-24 07:17:09 -0800 |
---|---|---|
committer | San Mehat <san@google.com> | 2009-12-24 07:20:36 -0800 |
commit | d674413ff460afe1da049e54bb7a489132799749 (patch) | |
tree | 9cae3b4cd2a9fdef54b4d1994741ae9b459eca5c /include/sysutils | |
parent | 3528f6ba2769abb09ae0a27a9336b96ab0a97225 (diff) | |
download | system_core-d674413ff460afe1da049e54bb7a489132799749.zip system_core-d674413ff460afe1da049e54bb7a489132799749.tar.gz system_core-d674413ff460afe1da049e54bb7a489132799749.tar.bz2 |
sysutils: Add dump() to NetlinkEvent
Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'include/sysutils')
-rw-r--r-- | include/sysutils/NetlinkEvent.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sysutils/NetlinkEvent.h b/include/sysutils/NetlinkEvent.h index 95e83a3..b329b09 100644 --- a/include/sysutils/NetlinkEvent.h +++ b/include/sysutils/NetlinkEvent.h @@ -39,6 +39,8 @@ public: const char *getSubsystem() { return mSubsystem; } int getAction() { return mAction; } + + void dump(); }; #endif |