Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Elsa Gonsiorowski
codes
Commits
292e31bf
Commit
292e31bf
authored
Aug 19, 2014
by
Jonathan Jenkins
Browse files
warning squashing
parent
0c99582b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/modelnet-prio-sched-test.c
View file @
292e31bf
...
@@ -91,11 +91,6 @@ static void handle_recv_event(
...
@@ -91,11 +91,6 @@ static void handle_recv_event(
tw_bf
*
b
,
tw_bf
*
b
,
svr_msg
*
m
,
svr_msg
*
m
,
tw_lp
*
lp
);
tw_lp
*
lp
);
static
void
handle_ack_event
(
svr_state
*
ns
,
tw_bf
*
b
,
svr_msg
*
m
,
tw_lp
*
lp
);
static
void
handle_kickoff_rev_event
(
static
void
handle_kickoff_rev_event
(
svr_state
*
ns
,
svr_state
*
ns
,
tw_bf
*
b
,
tw_bf
*
b
,
...
@@ -106,11 +101,6 @@ static void handle_recv_rev_event(
...
@@ -106,11 +101,6 @@ static void handle_recv_rev_event(
tw_bf
*
b
,
tw_bf
*
b
,
svr_msg
*
m
,
svr_msg
*
m
,
tw_lp
*
lp
);
tw_lp
*
lp
);
static
void
handle_ack_rev_event
(
svr_state
*
ns
,
tw_bf
*
b
,
svr_msg
*
m
,
tw_lp
*
lp
);
const
tw_optdef
app_opt
[]
=
const
tw_optdef
app_opt
[]
=
{
{
...
@@ -336,21 +326,6 @@ static void handle_recv_rev_event(
...
@@ -336,21 +326,6 @@ static void handle_recv_rev_event(
ns
->
num_recv
[
m
->
src_svr_idx
]
--
;
ns
->
num_recv
[
m
->
src_svr_idx
]
--
;
}
}
static
void
handle_ack_event
(
svr_state
*
ns
,
tw_bf
*
b
,
svr_msg
*
m
,
tw_lp
*
lp
){
}
static
void
handle_ack_rev_event
(
svr_state
*
ns
,
tw_bf
*
b
,
svr_msg
*
m
,
tw_lp
*
lp
){
}
/*
/*
* Local variables:
* Local variables:
* c-indent-level: 4
* c-indent-level: 4
...
...
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