From 83eaa70f038e5d23302da65c8c51892a2130d71e Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Sat, 3 Apr 2010 13:34:20 +0000 Subject: [PATCH] Added pending flag --- core/net/rime/packetbuf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/net/rime/packetbuf.h b/core/net/rime/packetbuf.h index 3f7079552..aadea577e 100644 --- a/core/net/rime/packetbuf.h +++ b/core/net/rime/packetbuf.h @@ -40,7 +40,7 @@ * * This file is part of the Contiki operating system. * - * $Id: packetbuf.h,v 1.8 2010/03/29 21:53:04 adamdunkels Exp $ + * $Id: packetbuf.h,v 1.9 2010/04/03 13:34:20 adamdunkels Exp $ */ /** @@ -352,6 +352,7 @@ enum { PACKETBUF_ATTR_REXMIT, PACKETBUF_ATTR_MAX_REXMIT, PACKETBUF_ATTR_NUM_REXMIT, + PACKETBUF_ATTR_PENDING, /* Scope 2 attributes: used between end-to-end nodes. */ PACKETBUF_ATTR_HOPS,