Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
9b5ae8a1
Commit
9b5ae8a1
authored
Aug 25, 2006
by
Jonathon Duerig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added logging at command input time.
parent
bea13523
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
pelab/magent/DirectInput.cc
pelab/magent/DirectInput.cc
+2
-0
No files found.
pelab/magent/DirectInput.cc
View file @
9b5ae8a1
...
@@ -91,6 +91,8 @@ void DirectInput::nextCommand(fd_set * readable)
...
@@ -91,6 +91,8 @@ void DirectInput::nextCommand(fd_set * readable)
}
}
if
(
error
==
commandHeader
.
size
-
index
)
if
(
error
==
commandHeader
.
size
-
index
)
{
{
logWrite
(
COMMAND_INPUT
,
"Finished reading a command of type: %d"
,
commandHeader
.
type
);
// logWrite(COMMAND_INPUT, "Finished reading a command: CHECKSUM=%d",
// logWrite(COMMAND_INPUT, "Finished reading a command: CHECKSUM=%d",
// checksum());
// checksum());
if
(
global
::
replayArg
==
REPLAY_SAVE
if
(
global
::
replayArg
==
REPLAY_SAVE
...
...
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