Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
codes
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(
tw_bf
*
b
,
svr_msg
*
m
,
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
(
svr_state
*
ns
,
tw_bf
*
b
,
...
...
@@ -106,11 +101,6 @@ static void handle_recv_rev_event(
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
);
const
tw_optdef
app_opt
[]
=
{
...
...
@@ -336,21 +326,6 @@ static void handle_recv_rev_event(
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:
* c-indent-level: 4
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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