]> git.proxmox.com Git - mirror_frr.git/blobdiff - isisd/isis_events.h
isisd: add Google's changes to IS-IS
[mirror_frr.git] / isisd / isis_events.h
index 86bf051f33d3a82f06bc15941fe2c52362f1a752..c252f3def96a346a5d8896e91acabd6c178e2573 100644 (file)
  * Events related to area
  */
 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
  */
 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,
                                     int newtype);
 /*