mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-11-03 05:45:08 +00:00
bgpd: style for bgp i/o
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
442c9afbd2
commit
42cf651ecd
@ -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 *);
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user