OSDN Git Service

Initial signal handler implementation for wificond
authorNingyuan Wang <nywang@google.com>
Mon, 23 May 2016 18:45:16 +0000 (11:45 -0700)
committerNingyuan Wang <nywang@google.com>
Tue, 24 May 2016 18:29:44 +0000 (11:29 -0700)
commit51afa96f9d9114d3339d8b87dc2ae1d0dde5129b
tree07bd740ab662f0a7b2ffbbf47845b23e2ddbcd6d
parent448341a564b431b9e911041173e9e2c32051f0f4
Initial signal handler implementation for wificond

This signal handler class allows the caller to register
a callack to a spefic POSIX signal.

BUG=28865186
TEST=compile
TEST=kill -2 pid
  Check wificond log to make sure signal is handled.
Change-Id: I1ef4191f36796744e8acf5f5c45bb900725c7d51
main.cpp