summaryrefslogtreecommitdiff
path: root/isisd/isis_events.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2022-02-22 19:04:25 -0500
committerDonald Sharp <sharpd@nvidia.com>2022-02-23 19:56:04 -0500
commitcc9f21da2218d95567eff1501482ce58e6600f54 (patch)
treed579c9754161d874bad6eb09c67821b65fb559ca /isisd/isis_events.h
parenteaba619fc183f68a456b3918f449185b3b477426 (diff)
*: Change thread->func to return void instead of int
The int return value is never used. Modify the code base to just return a void instead. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'isisd/isis_events.h')
-rw-r--r--isisd/isis_events.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isis_events.h b/isisd/isis_events.h
index 25643f4ede..e6d9af58be 100644
--- a/isisd/isis_events.h
+++ b/isisd/isis_events.h
@@ -31,7 +31,7 @@ void isis_event_circuit_type_change(struct isis_circuit *circuit, int newtype);
/*
* Events related to adjacencies
*/
-int isis_event_dis_status_change(struct thread *thread);
+void isis_event_dis_status_change(struct thread *thread);
/*
* Error events