bgpd: style for bgp i/o

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
Quentin Young 2017-06-01 16:26:49 +00:00
parent 442c9afbd2
commit 42cf651ecd
No known key found for this signature in database
GPG Key ID: DAF48E0F57E0834F
2 changed files with 9 additions and 9 deletions

View File

@ -18,24 +18,24 @@
* 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 *);

View 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.