Remove globals from timer.cpp.

This commit is contained in:
Jonathan Hui
2016-09-07 13:30:22 -07:00
parent b0c1d02f77
commit 32b6d343c4
15 changed files with 97 additions and 93 deletions
+1
View File
@@ -51,6 +51,7 @@ Ip6::Ip6(void):
mRoutes(*this),
mIcmp(*this),
mUdp(*this),
mMpl(*this),
mForwardingEnabled(false),
mReceiveIp6DatagramCallback(NULL),
mReceiveIp6DatagramCallbackContext(NULL),