[Olsr-cvs] olsrd-current/gui/linux-gtk/src olsr_protocol.h, 1.1, 1.2 packet.h, 1.2, 1.3

Bernd Petrovitsch (spam-protected)
Sun Apr 22 22:25:50 CEST 2007


Update of /cvsroot/olsrd/olsrd-current/gui/linux-gtk/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14900/gui/linux-gtk/src

Modified Files:
	olsr_protocol.h packet.h 
Log Message:
* s|tcmsg|olsr_tcmsg| in preparation for a Sven-Ola patch

Index: packet.h
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/gui/linux-gtk/src/packet.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** packet.h	19 Sep 2004 11:48:20 -0000	1.2
--- packet.h	22 Apr 2007 20:25:48 -0000	1.3
***************
*** 52,57 ****
  union tc_message
  {
!   struct tcmsg v4;
!   struct tcmsg6 v6;
  };
  
--- 52,57 ----
  union tc_message
  {
!   struct olsr_tcmsg v4;
!   struct olsr_tcmsg6 v6;
  };
  

Index: olsr_protocol.h
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/gui/linux-gtk/src/olsr_protocol.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** olsr_protocol.h	14 Sep 2004 16:45:41 -0000	1.1
--- olsr_protocol.h	22 Apr 2007 20:25:48 -0000	1.2
***************
*** 248,252 ****
  
  
! struct tcmsg 
  {
    olsr_u16_t        ansn;
--- 248,252 ----
  
  
! struct olsr_tcmsg 
  {
    olsr_u16_t        ansn;
***************
*** 266,270 ****
  
  
! struct tcmsg6
  {
    olsr_u16_t           ansn;
--- 266,270 ----
  
  
! struct olsr_tcmsg6
  {
    olsr_u16_t           ansn;
***************
*** 367,371 ****
    {
      struct hellomsg hello;
!     struct tcmsg    tc;
      struct hnamsg   hna;
      struct midmsg   mid;
--- 367,371 ----
    {
      struct hellomsg hello;
!     struct olsr_tcmsg    tc;
      struct hnamsg   hna;
      struct midmsg   mid;
***************
*** 391,395 ****
    {
      struct hellomsg6 hello;
!     struct tcmsg6    tc;
      struct hnamsg6   hna;
      struct midmsg6   mid;
--- 391,395 ----
    {
      struct hellomsg6 hello;
!     struct olsr_tcmsg6    tc;
      struct hnamsg6   hna;
      struct midmsg6   mid;





More information about the Olsr-cvs mailing list