From f2bf8965d5e0a01e1ae5b0ad769a325fcb7e622e Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Thu, 8 Apr 2010 09:46:30 +0000 Subject: [PATCH] MAC sequence number attribute --- 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 aadea577e..4dc43320d 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.9 2010/04/03 13:34:20 adamdunkels Exp $ + * $Id: packetbuf.h,v 1.10 2010/04/08 09:46:30 adamdunkels Exp $ */ /** @@ -344,6 +344,7 @@ enum { PACKETBUF_ATTR_LISTEN_TIME, PACKETBUF_ATTR_TRANSMIT_TIME, PACKETBUF_ATTR_MAX_MAC_TRANSMISSIONS, + PACKETBUF_ATTR_MAC_SEQNO, /* Scope 1 attributes: used between two neighbors only. */ PACKETBUF_ATTR_RELIABLE,