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
e16b252f
Commit
e16b252f
authored
Apr 13, 2020
by
Antonin Décimo
Committed by
Juliusz Chroboczek
Apr 15, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark filters lists as static.
parent
b165a191
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
configuration.c
configuration.c
+6
-6
No files found.
configuration.c
View file @
e16b252f
...
...
@@ -42,17 +42,17 @@ THE SOFTWARE.
#include "configuration.h"
#include "rule.h"
struct
filter
*
input_filters
=
NULL
;
struct
filter
*
output_filters
=
NULL
;
struct
filter
*
redistribute_filters
=
NULL
;
struct
filter
*
install_filters
=
NULL
;
st
atic
st
ruct
filter
*
input_filters
=
NULL
;
st
atic
st
ruct
filter
*
output_filters
=
NULL
;
st
atic
st
ruct
filter
*
redistribute_filters
=
NULL
;
st
atic
st
ruct
filter
*
install_filters
=
NULL
;
struct
interface_conf
*
default_interface_conf
=
NULL
;
struct
interface_conf
*
interface_confs
=
NULL
;
st
atic
st
ruct
interface_conf
*
interface_confs
=
NULL
;
/* This indicates whether initial configuration is done. See
finalize_config below. */
int
config_finalised
=
0
;
static
int
config_finalised
=
0
;
/* This file implements a recursive descent parser with one character
lookahead. The looked-ahead character is returned from most
...
...
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