OSDN Git Service

Support more than one clatd at a time.
authorLorenzo Colitti <lorenzo@google.com>
Mon, 20 Oct 2014 08:14:13 +0000 (17:14 +0900)
committerLorenzo Colitti <lorenzo@google.com>
Tue, 28 Oct 2014 13:37:56 +0000 (22:37 +0900)
commitac7fefcf3d90cf856b0f1664207d056ed1dd4725
treed5995f0651b8e02e13051ed9a410ade1674818ef
parent3d48bc23465becc6992756d4160550bf01799ffc
Support more than one clatd at a time.

1. Change from a single PID to a map of interface names to PIDs.
2. Make clatd commands take an interface argument.
3. Give the clatd processes names that depend on their parent
   interface, e.g., clatd-rmnet0.

Bug: 12111730
Change-Id: Ia770952d6511f8598a3356be5911da4ffa01b46a
server/ClatdController.cpp
server/ClatdController.h
server/CommandListener.cpp