Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
babeld
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
babeld
Commits
280d1cd3
Commit
280d1cd3
authored
8 years ago
by
Juliusz Chroboczek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Export reopen_logfile.
parent
503c552b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
babeld.c
babeld.c
+1
-2
babeld.h
babeld.h
+1
-0
No files found.
babeld.c
View file @
280d1cd3
...
...
@@ -98,7 +98,6 @@ static volatile sig_atomic_t exiting = 0, dumping = 0, reopening = 0;
static
int
accept_local_connections
(
void
);
static
void
init_signals
(
void
);
static
void
dump_tables
(
FILE
*
out
);
static
int
reopen_logfile
(
void
);
static
int
kernel_route_notify
(
struct
kernel_route
*
route
,
void
*
closure
)
...
...
@@ -1153,7 +1152,7 @@ dump_tables(FILE *out)
fflush
(
out
);
}
static
int
int
reopen_logfile
()
{
int
lfd
,
rc
;
...
...
This diff is collapsed.
Click to expand it.
babeld.h
View file @
280d1cd3
...
...
@@ -109,3 +109,4 @@ extern int max_request_hopcount;
void
schedule_neighbours_check
(
int
msecs
,
int
override
);
void
schedule_interfaces_check
(
int
msecs
,
int
override
);
int
resize_receive_buffer
(
int
size
);
int
reopen_logfile
(
void
);
This diff is collapsed.
Click to expand it.
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