Allow finer-grained locking, and use it in FirewallCmd.
FirewallController is stateless and FirewallCmd does not access
any other controllers, so it is safe not to take the big netd
lock.
Bug: 27239233
Change-Id: I246696c4b17fa005c7d6b38ecd627747aa608831
diff --git a/server/Controllers.h b/server/Controllers.h
index e608981..5634800 100644
--- a/server/Controllers.h
+++ b/server/Controllers.h
@@ -18,6 +18,7 @@
#define _CONTROLLERS_H__
#include <sysutils/FrameworkListener.h>
+
#include "NetworkController.h"
#include "TetherController.h"
#include "NatController.h"