]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_keepalives.h
*: remove the configuration lock from all daemons
[mirror_frr.git] / bgpd / bgp_keepalives.h
index 1fbd035b9edd5d7ccea5387ed7c7b514f73fd051..d1cb7d2462ac5c3cea0f6eac52e1ff6aebe882da 100644 (file)
@@ -88,6 +88,6 @@ extern void bgp_keepalives_wake(void);
 /**
  * Stops the thread and blocks until it terminates.
  */
-int bgp_keepalives_stop(void **result, struct frr_pthread *fpt);
+int bgp_keepalives_stop(struct frr_pthread *fpt, void **result);
 
 #endif /* _FRR_BGP_KEEPALIVES_H */