]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/northbound_cli.c
*: Rename `struct thread` to `struct event`
[mirror_frr.git] / lib / northbound_cli.c
index 281d9a4704eb959328be8c970d03ad3be95ba594..6d0ee100bc2fa5cc801605745bf4847699c10dbb 100644 (file)
@@ -300,7 +300,7 @@ int nb_cli_confirmed_commit_rollback(struct vty *vty)
        return ret;
 }
 
-static void nb_cli_confirmed_commit_timeout(struct thread *thread)
+static void nb_cli_confirmed_commit_timeout(struct event *thread)
 {
        struct vty *vty = THREAD_ARG(thread);