Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iproute2
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
iproute2
Commits
cda4026c
Commit
cda4026c
authored
Jan 18, 2005
by
8!tgraf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move dl body cache into get_action_kind
(Logical change 1.125)
parent
fe102f61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
tc/m_action.c
tc/m_action.c
+1
-3
No files found.
tc/m_action.c
View file @
cda4026c
...
@@ -27,9 +27,6 @@
...
@@ -27,9 +27,6 @@
#include "utils.h"
#include "utils.h"
#include "tc_util.h"
#include "tc_util.h"
void
*
aBODY
;
static
struct
action_util
*
action_list
;
static
struct
action_util
*
action_list
;
#ifdef CONFIG_GACT
#ifdef CONFIG_GACT
int
gact_ld
=
0
;
//fuckin backward compatibility
int
gact_ld
=
0
;
//fuckin backward compatibility
...
@@ -65,6 +62,7 @@ static int parse_noaopt(struct action_util *au, int *argc_p, char ***argv_p, int
...
@@ -65,6 +62,7 @@ static int parse_noaopt(struct action_util *au, int *argc_p, char ***argv_p, int
struct
action_util
*
get_action_kind
(
char
*
str
)
struct
action_util
*
get_action_kind
(
char
*
str
)
{
{
static
void
*
aBODY
;
void
*
dlh
;
void
*
dlh
;
char
buf
[
256
];
char
buf
[
256
];
struct
action_util
*
a
;
struct
action_util
*
a
;
...
...
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