]> git.puffer.fish Git - mirror/frr.git/commitdiff
bgpd: style for bgp i/o
authorQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 1 Jun 2017 16:26:49 +0000 (16:26 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 30 Nov 2017 21:18:00 +0000 (16:18 -0500)
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
bgpd/bgp_io.c
bgpd/bgp_io.h

index 26aab7a617f7490a3d48f9f3a16dd265896f0a9e..ba51c5177f07771f9173e72bf7f916465f4c1b42 100644 (file)
  * MA 02110-1301 USA
  */
 
-#include <zebra.h>
-#include <sys/time.h>
 #include <pthread.h>
+#include <sys/time.h>
+#include <zebra.h>
 
-#include "thread.h"
 #include "hash.h"
-#include "stream.h"
-#include "memory.h"
 #include "log.h"
+#include "memory.h"
 #include "monotime.h"
 #include "network.h"
 #include "pqueue.h"
+#include "stream.h"
+#include "thread.h"
 
-#include "bgpd/bgpd.h"
-#include "bgpd/bgp_io.h"
 #include "bgpd/bgp_debug.h"
-#include "bgpd/bgp_packet.h"
 #include "bgpd/bgp_fsm.h"
+#include "bgpd/bgp_io.h"
+#include "bgpd/bgp_packet.h"
+#include "bgpd/bgpd.h"
 
 /* forward declarations */
 static uint16_t bgp_write(struct peer *);
index fd5f7659db3aaca2bf4211fa950193a1c1aaa7ae..3e1701003e46ce5fd60e2ee0d59563578b5fd412 100644 (file)
@@ -23,8 +23,8 @@
 #ifndef _FRR_BGP_IO_H
 #define _FRR_BGP_IO_H
 
-#include "frr_pthread.h"
 #include "bgpd/bgpd.h"
+#include "frr_pthread.h"
 
 /**
  * Control variable for write thread.