diff options
Diffstat (limited to 'eigrpd')
| -rw-r--r-- | eigrpd/eigrp_fsm.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/eigrpd/eigrp_fsm.c b/eigrpd/eigrp_fsm.c index cc6d47f488..e43eca0e0d 100644 --- a/eigrpd/eigrp_fsm.c +++ b/eigrpd/eigrp_fsm.c @@ -110,7 +110,7 @@ int eigrp_fsm_event_qact(struct eigrp_fsm_action_message *);   * NSM[actual/starting state][occurred event].func   * Functions are should be executed within separate thread.   */ -struct { +const struct {  	int (*func)(struct eigrp_fsm_action_message *);  } NSM[EIGRP_FSM_STATE_MAX][EIGRP_FSM_EVENT_MAX] = {  	{  | 
