summaryrefslogtreecommitdiff
path: root/isisd/isis_events.c
diff options
context:
space:
mode:
Diffstat (limited to 'isisd/isis_events.c')
-rw-r--r--isisd/isis_events.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isis_events.c b/isisd/isis_events.c
index 8fb92fdd39..460b1d25ba 100644
--- a/isisd/isis_events.c
+++ b/isisd/isis_events.c
@@ -145,7 +145,7 @@ circuit_resign_level (struct isis_circuit *circuit, int level)
}
void
-isis_event_circuit_type_change (struct isis_circuit *circuit, int newtype)
+isis_circuit_is_type_set (struct isis_circuit *circuit, int newtype)
{
if (circuit->state != C_STATE_UP)
{