]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/spf_backoff.h
zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi message
[mirror_frr.git] / lib / spf_backoff.h
index 552ca4ae41b44c74dd3002e6de1c2e144473292e..6de5804ace39daa748be92bb5c428f25c9f730d2 100644 (file)
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License
- * along with FRR; see the file COPYING.  If not, write to the Free
- * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * You should have received a copy of the GNU General Public License along
+ * with this program; see the file COPYING; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 #ifndef _ZEBRA_SPF_BACKOFF_H
 #define _ZEBRA_SPF_BACKOFF_H
@@ -31,13 +30,10 @@ struct spf_backoff;
 struct thread_master;
 struct vty;
 
-struct spf_backoff *spf_backoff_new(struct thread_master *m,
-                                    const char *name,
-                                    long init_delay,
-                                    long short_delay,
-                                    long long_delay,
-                                    long holddown,
-                                    long timetolearn);
+struct spf_backoff *spf_backoff_new(struct thread_master *m, const char *name,
+                                   long init_delay, long short_delay,
+                                   long long_delay, long holddown,
+                                   long timetolearn);
 
 void spf_backoff_free(struct spf_backoff *backoff);
 
@@ -46,9 +42,8 @@ void spf_backoff_free(struct spf_backoff *backoff);
 long spf_backoff_schedule(struct spf_backoff *backoff);
 
 /* Shows status of SPF backoff instance */
-void spf_backoff_show(struct spf_backoff *backoff,
-                      struct vty *vty,
-                      const char *prefix);
+void spf_backoff_show(struct spf_backoff *backoff, struct vty *vty,
+                     const char *prefix);
 
 /* Writes out global SPF backoff debug config */
 int spf_backoff_write_config(struct vty *vty);