Diff for /embedaddon/quagga/isisd/isis_events.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 17:26:11 version 1.1.1.2, 2012/10/09 09:22:28
Line 26 Line 26
  * Events related to area   * Events related to area
  */   */
 void isis_event_system_type_change (struct isis_area *area, int newtype);  void isis_event_system_type_change (struct isis_area *area, int newtype);
 void isis_event_area_addr_change (struct isis_area *area);  
   
 /*  /*
  * Events related to circuit   * Events related to circuit
  */   */
 void isis_event_circuit_state_change (struct isis_circuit *circuit,  void isis_event_circuit_state_change (struct isis_circuit *circuit,
                                      int state);                                      struct isis_area *area, int state);
 void isis_event_circuit_type_change (struct isis_circuit *circuit,  void isis_event_circuit_type_change (struct isis_circuit *circuit,
                                      int newtype);                                       int newtype);
 /*  /*

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>