OpenWSN Firmware
cfres.h
Go to the documentation of this file.
1 
9 #ifndef __CFRES_H
10 #define __CFRES_H
11 
12 #include "rsvp.h"
13 #include "neighbors.h"
14 
15 void updateSchedule(rsvp_label_object_t* label,open_addr_t* neighbor);
16 
17 #endif
void updateSchedule(rsvp_label_object_t *label, open_addr_t *neighbor)
Completely Fair Reservation impl.
Definition: cfres.c:15
Definition: openwsn.h:276
Definition: rsvp.h:113