Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
f30e0eea
Commit
f30e0eea
authored
Jan 29, 2004
by
David Anderson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added emulab-sync namespace.
parent
65cc2bfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
event/linktest/linktest.pl.in
event/linktest/linktest.pl.in
+3
-2
No files found.
event/linktest/linktest.pl.in
View file @
f30e0eea
...
...
@@ -50,6 +50,7 @@ use constant LINUX => "Linux";
use
constant
RTPROTO_STATIC
=>
"
Static
";
use
constant
EVENT_STOP
=>
"
STOP
";
use
constant
PING_SEND_COUNT
=>
10
;
use
constant
SYNC_NAMESPACE
=>
"
linktest
";
# test levels
use
constant
TEST_LATENCY
=>
1
;
# direct link connectivity & latency
...
...
@@ -710,10 +711,10 @@ sub barrier {
# since it parsed the NS file.
die
&fatal
("
barrcount not defined!
")
unless
defined
(
$barr_count
);
if
(
$barr_count
)
{
&my_system
(
PATH_EMULAB_SYNC
,"
-i
",
$barr_count
);
&my_system
(
PATH_EMULAB_SYNC
,"
-i
",
$barr_count
,"
-n
",
SYNC_NAMESPACE
);
}
}
else
{
&my_system
(
PATH_EMULAB_SYNC
);
&my_system
(
PATH_EMULAB_SYNC
,"
-n
",
SYNC_NAMESPACE
);
}
}
...
...
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