From 729c2ae97fd4657e60118af9793374124358a925 Mon Sep 17 00:00:00 2001 From: gnawali Date: Mon, 29 Sep 2008 19:24:37 +0000 Subject: [PATCH] senddone return value comply with the Send interface specification --- tos/lib/net/ctp/CtpForwardingEngineP.nc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tos/lib/net/ctp/CtpForwardingEngineP.nc b/tos/lib/net/ctp/CtpForwardingEngineP.nc index df59dfbb..538fb646 100644 --- a/tos/lib/net/ctp/CtpForwardingEngineP.nc +++ b/tos/lib/net/ctp/CtpForwardingEngineP.nc @@ -576,7 +576,7 @@ implementation { // two is different. if (qe->client < CLIENT_COUNT) { // Client packet clientPtrs[qe->client] = qe; - signal Send.sendDone[qe->client](msg, FAIL); + signal Send.sendDone[qe->client](msg, SUCCESS); call CollectionDebug.logEventMsg(NET_C_FE_SENDDONE_FAIL_ACK_SEND, call CollectionPacket.getSequenceNumber(msg), call CollectionPacket.getOrigin(msg), -- 2.39.2