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
Caitlin Ross
codes
Commits
6e1a5b40
Commit
6e1a5b40
authored
Sep 18, 2013
by
Philip Carns
Browse files
bug fix and more printfs
parent
c9a39af0
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/workload/codes-workload-test-cn-lp.c
View file @
6e1a5b40
...
...
@@ -114,6 +114,7 @@ static void client_event(
switch
(
m
->
event_type
)
{
case
CLIENT_KICKOFF
:
case
CLIENT_OP_COMPLETE
:
handle_client_op_loop_event
(
ns
,
b
,
m
,
lp
);
break
;
default:
...
...
@@ -199,6 +200,7 @@ static void handle_client_op_loop_event(
return
;
break
;
case
CODES_WK_OPEN
:
printf
(
"Client rank %d will issue an open request.
\n
"
,
ns
->
my_rank
);
dest_svr_id
=
g_num_clients
+
op
.
u
.
open
.
file_id
%
g_num_servers
;
break
;
default:
...
...
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