Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
624ee3c9
Commit
624ee3c9
authored
Aug 02, 2007
by
Mike Hibler
Browse files
Fix typo in comment, modify a debug statement
parent
61f0104b
Changes
1
Hide whitespace changes
Inline
Side-by-side
event/delay-agent/callback.c
View file @
624ee3c9
/*
* EMULAB-COPYRIGHT
* Copyright (c) 2000-2003, 2006 University of Utah and the Flux Group.
* Copyright (c) 2000-2003, 2006
, 2007
University of Utah and the Flux Group.
* All rights reserved.
*/
...
...
@@ -174,7 +174,7 @@ void handle_link_modify(char * linkname, int l_index,
info
(
"recd. MODIFY event for link = %s
\n
"
,
linkname
);
/*
* As a convience to the user, we create virt_agents entries
* As a conv
en
ience to the user, we create virt_agents entries
* for each "link-vnode" so that users can talk to a specific
* side of a duplex link, or a specific node in a lan (in which
* case it refers to both pipes, not just one). Look at the
...
...
@@ -416,7 +416,9 @@ void set_link_params(int l_index, int blackhole, int p_which)
structpipe_params
*
p_params
=
&
(
link_map
[
l_index
].
params
[
p_index
]);
info
(
"entered the loop, pindex = %d
\n
"
,
p_index
);
if
(
debug
)
info
(
"entered the loop, pindex=%d, pipe=%d
\n
"
,
p_index
,
link_map
[
l_index
].
pipes
[
p_index
]);
memset
(
&
pipe
,
0
,
sizeof
pipe
);
...
...
Write
Preview
Supports
Markdown
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