mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-03-23 14:57:02 +00:00
Remove unused function
This commit is contained in:
parent
f8500e2ffd
commit
91e02f1fd1
@ -39,9 +39,6 @@ static inline u8 bfd_pkt_get_diag(struct bfd_ctl_packet *pkt)
|
|||||||
static inline u8 bfd_pkt_get_state(struct bfd_ctl_packet *pkt)
|
static inline u8 bfd_pkt_get_state(struct bfd_ctl_packet *pkt)
|
||||||
{ return pkt->flags >> 6; }
|
{ return pkt->flags >> 6; }
|
||||||
|
|
||||||
static inline void bfd_pkt_set_state(struct bfd_ctl_packet *pkt, u8 val)
|
|
||||||
{ pkt->flags = val << 6; }
|
|
||||||
|
|
||||||
|
|
||||||
char *
|
char *
|
||||||
bfd_format_flags(u8 flags, char *buf)
|
bfd_format_flags(u8 flags, char *buf)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user