Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
labs
BIRD Internet Routing Daemon
Commits
abd4367f
Commit
abd4367f
authored
Dec 14, 2017
by
Ondřej Zajíček
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor cleanup
parent
c36a298c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
lib/timer.c
lib/timer.c
+1
-0
nest/bfd.h
nest/bfd.h
+1
-1
No files found.
lib/timer.c
View file @
abd4367f
...
...
@@ -28,6 +28,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include "nest/bird.h"
...
...
nest/bfd.h
View file @
abd4367f
...
...
@@ -46,7 +46,7 @@ static inline void cf_check_bfd(int use UNUSED) { }
#else
static
inline
struct
bfd_request
*
bfd_request_session
(
pool
*
p
,
ip_addr
addr
,
ip_addr
local
,
struct
iface
*
iface
,
void
(
*
hook
)(
struct
bfd_request
*
),
void
*
data
)
{
return
NULL
;
}
static
inline
struct
bfd_request
*
bfd_request_session
(
pool
*
p
UNUSED
,
ip_addr
addr
UNUSED
,
ip_addr
local
UNUSED
,
struct
iface
*
iface
UNUSED
,
void
(
*
hook
)(
struct
bfd_request
*
)
UNUSED
,
void
*
data
UNUSED
)
{
return
NULL
;
}
static
inline
void
cf_check_bfd
(
int
use
)
{
if
(
use
)
cf_error
(
"BFD not available"
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment