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
2e9db1da
Commit
2e9db1da
authored
Feb 27, 2003
by
Leigh B. Stoller
Browse files
Minor fix to last revision, forgot a newline.
parent
10280ab5
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/tmcd.c
View file @
2e9db1da
...
...
@@ -1490,7 +1490,7 @@ COMMAND_PROTOTYPE(dodelay)
"LIMIT1=%s MAXTHRESH1=%s MINTHRESH1=%s WEIGHT1=%s "
"LINTERM1=%s QINBYTES1=%s BYTES1=%s "
"MEANPSIZE1=%s WAIT1=%s SETBIT1=%s "
"DROPTAIL1=%s GENTLE1=%s
\n
"
,
"DROPTAIL1=%s GENTLE1=%s"
,
row
[
0
],
row
[
1
],
row
[
2
],
row
[
3
],
row
[
4
],
row
[
5
],
row
[
7
],
row
[
8
],
row
[
9
],
row
[
10
],
...
...
@@ -1509,6 +1509,7 @@ COMMAND_PROTOTYPE(dodelay)
sprintf
(
&
buf
[
strlen
(
buf
)],
" VNODE0=%s VNODE1=%s"
,
row
[
37
],
row
[
38
]);
}
strcat
(
buf
,
"
\n
"
);
client_writeback
(
sock
,
buf
,
strlen
(
buf
),
tcp
);
nrows
--
;
...
...
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