Bugfixes, updates

This commit is contained in:
adamdunkels 2007-05-15 08:09:21 +00:00
parent a9e8e9f4fe
commit 940da856de
27 changed files with 557 additions and 288 deletions

View file

@ -47,7 +47,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: rudolph1.h,v 1.4 2007/04/02 17:53:27 adamdunkels Exp $
* $Id: rudolph1.h,v 1.5 2007/05/15 08:09:21 adamdunkels Exp $
*/
/**
@ -82,13 +82,13 @@ struct rudolph1_callbacks {
struct rudolph1_conn {
struct trickle_conn trickle;
struct uabc_conn uabc;
struct ipolite_conn ipolite;
const struct rudolph1_callbacks *cb;
struct ctimer t;
clock_time_t send_interval;
u16_t chunk, highest_chunk_heard;
u8_t version;
u8_t trickle_interval;
/* u8_t trickle_interval;*/
u8_t nacks;
};