Skip to content
GitLab
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
bfcb51d7
Commit
bfcb51d7
authored
Apr 29, 2011
by
Leigh B Stoller
Browse files
Merge branch 'master' of git-public.flux.utah.edu:/flux/git/emulab-devel
parents
7bafb170
dbd7ab33
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/vtopgen.in
View file @
bfcb51d7
#!/usr/bin/perl -w
#
# EMULAB-COPYRIGHT
# Copyright (c) 2009-201
0
University of Utah and the Flux Group.
# Copyright (c) 2009-201
1
University of Utah and the Flux Group.
# All rights reserved.
#
use
English
;
...
...
@@ -43,6 +43,7 @@ use libtestbed;
use
User
;
use
libtblog
;
use
libvtop
;
use
Experiment
;
# Protos
sub
fatal
($);
...
...
@@ -95,6 +96,8 @@ if (! defined($this_user)) {
tbdie
("
You (
$UID
) do not exist!
");
}
libvtop::
Init
(
$this_user
,
$experiment
->
GetGroup
(),
$experiment
);
my
$flags
=
0
;
$flags
|=
$
libvtop::
VTOP_FLAGS_VERBOSE
if
(
$verbose
);
...
...
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