Config NFLOG target before listening.
Otherwise the listener thread races with us and can eat the
responses to the config messages.
Bug: 19066761
Change-Id: I484fd79414731ab74ebc3ea50446e374a50eac77
diff --git a/server/NetlinkManager.h b/server/NetlinkManager.h
index 2bfaee9..40a5722 100644
--- a/server/NetlinkManager.h
+++ b/server/NetlinkManager.h
@@ -57,6 +57,6 @@
private:
NetlinkManager();
NetlinkHandler* setupSocket(int *sock, int netlinkFamily, int groups,
- int format);
+ int format, bool configNflog);
};
#endif