[Olsr-cvs] olsrd-current/src mpr_selector_set.c, 1.23, 1.24 mpr_selector_set.h, 1.14, 1.15
Bernd Petrovitsch
(spam-protected)
Thu Dec 6 21:25:49 CET 2007
Update of /cvsroot/olsrd/olsrd-current/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv1740/src
Modified Files:
mpr_selector_set.c mpr_selector_set.h
Log Message:
* commented out unused functions
Index: mpr_selector_set.h
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/mpr_selector_set.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** mpr_selector_set.h 21 Oct 2007 20:55:11 -0000 1.14
--- mpr_selector_set.h 6 Dec 2007 20:25:47 -0000 1.15
***************
*** 54,59 ****
--- 54,61 ----
+ #if 0
olsr_bool
olsr_is_mpr(void);
+ #endif
olsr_u16_t
***************
*** 82,88 ****
olsr_time_out_mprs_set(void);
!
void
olsr_print_mprs_set(void);
#endif
--- 84,91 ----
olsr_time_out_mprs_set(void);
! #if 0
void
olsr_print_mprs_set(void);
+ #endif
#endif
Index: mpr_selector_set.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/mpr_selector_set.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** mpr_selector_set.c 2 Dec 2007 19:00:27 -0000 1.23
--- mpr_selector_set.c 6 Dec 2007 20:25:47 -0000 1.24
***************
*** 83,86 ****
--- 83,87 ----
}
+ #if 0
/**
* Check if we(this node) is selected as a MPR by any
***************
*** 92,95 ****
--- 93,97 ----
return ((mprs_list.next == &mprs_list) ? OLSR_FALSE : OLSR_TRUE);
}
+ #endif
/**
***************
*** 219,222 ****
--- 221,225 ----
}
+ #if 0
/**
*Print the current MPR selector set to STDOUT
***************
*** 235,236 ****
--- 238,241 ----
OLSR_PRINTF(1, "\n");
}
+ #endif
+
More information about the Olsr-cvs
mailing list