diff options
Diffstat (limited to 'ospf6d/ospf6_gr.c')
| -rw-r--r-- | ospf6d/ospf6_gr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ospf6d/ospf6_gr.c b/ospf6d/ospf6_gr.c index 3d5d4d259f..ecaaa038ab 100644 --- a/ospf6d/ospf6_gr.c +++ b/ospf6d/ospf6_gr.c @@ -239,7 +239,8 @@ static void ospf6_gr_restart_exit(struct ospf6 *ospf6, const char *reason) /* Enter the Graceful Restart mode. */ void ospf6_gr_restart_enter(struct ospf6 *ospf6, - enum ospf6_gr_restart_reason reason, int timestamp) + enum ospf6_gr_restart_reason reason, + time_t timestamp) { unsigned long remaining_time; |
