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
2136aec5
Commit
2136aec5
authored
Feb 15, 2011
by
Leigh B Stoller
Browse files
Merge branch 'master' of git-public.flux.utah.edu:/flux/git/emulab-devel
parents
d9fa46bf
17411451
Changes
3
Hide whitespace changes
Inline
Side-by-side
os/frisbee.redux/client.c
View file @
2136aec5
...
...
@@ -1693,7 +1693,8 @@ PlayFrisbee(void)
p
->
msg
.
join2
.
chunksize
=
MAXCHUNKSIZE
;
p
->
msg
.
join2
.
blocksize
=
MAXBLOCKSIZE
;
p
->
msg
.
join2
.
bytecount
=
p
->
msg
.
join
.
blockcount
*
MAXBLOCKSIZE
;
(
uint64_t
)
p
->
msg
.
join
.
blockcount
*
MAXBLOCKSIZE
;
}
CLEVENT
(
1
,
EV_CLIJOINREP
,
CHUNKSIZE
,
BLOCKSIZE
,
...
...
os/frisbee.redux/decls.h
View file @
2136aec5
...
...
@@ -290,7 +290,7 @@ typedef struct {
int32_t
blockcount
;
int32_t
chunksize
;
int32_t
blocksize
;
int64_t
bytecount
;
u
int64_t
bytecount
;
}
join2
;
/*
...
...
tbsetup/libvtop.pm.in
View file @
2136aec5
...
...
@@ -5512,8 +5512,8 @@ sub InterpLinksAux($)
$protolink->SetType((defined($protovlan) ?
"emulated" : "vlan"));
$protolink->SetRole("link/lan");
$proto
vlan
->SetAttribute("link/lan", $lan)
if (!defined($protolan));
$proto
link
->SetAttribute("link/lan", $lan)
if (!defined($proto
v
lan));
$protolink->AddInterface($nodeA, $vnodeA, $vportA,
$virtifaceA->viface(),
...
...
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