[message] decouple message and ip6 (#2028)

This commit is contained in:
Buke Po
2017-07-25 08:46:53 -07:00
committed by Jonathan Hui
parent 7ef2bcac03
commit 1ff8824d18
17 changed files with 70 additions and 69 deletions
+2 -2
View File
@@ -377,7 +377,7 @@ void TestNcpFrameBuffer(void)
NcpFrameBuffer::WritePosition pos1, pos2;
sInstance = testInitInstance();
sMessagePool = &sInstance->mIp6.mMessagePool;
sMessagePool = &sInstance->mMessagePool;
for (i = 0; i < sizeof(buffer); i++)
{
@@ -1000,7 +1000,7 @@ void TestFuzzNcpFrameBuffer(void)
uint32_t lensArrayCount[kNumPrios];
sInstance = testInitInstance();
sMessagePool = &sInstance->mIp6.mMessagePool;
sMessagePool = &sInstance->mMessagePool;
memset(buffer, 0, sizeof(buffer));