diff options
Diffstat (limited to 'ospfd/ospf_gr.c')
| -rw-r--r-- | ospfd/ospf_gr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_gr.c b/ospfd/ospf_gr.c index 6999b3f623..2a346f2388 100644 --- a/ospfd/ospf_gr.c +++ b/ospfd/ospf_gr.c @@ -282,7 +282,7 @@ static void ospf_gr_restart_exit(struct ospf *ospf, const char *reason) /* Enter the Graceful Restart mode. */ void ospf_gr_restart_enter(struct ospf *ospf, - enum ospf_gr_restart_reason reason, int timestamp) + enum ospf_gr_restart_reason reason, time_t timestamp) { unsigned long remaining_time; |
