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
6f81afd0
Commit
6f81afd0
authored
Jan 08, 2003
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comment out some debug printfs from the last revision
parent
09ad13ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tools/pcapper/pcapper.c
tools/pcapper/pcapper.c
+2
-2
No files found.
tools/pcapper/pcapper.c
View file @
6f81afd0
...
...
@@ -747,7 +747,7 @@ int main (int argc, char **argv) {
}
if
(
++
active
==
1
)
pthread_cond_broadcast
(
&
cond
);
printf
(
"Now have %d clients
\n
"
,
active
);
/*
printf("Now have %d clients\n", active);
*/
break
;
}
}
...
...
@@ -960,7 +960,7 @@ void *feedclient(void *args) {
}
client_connected
[
cli
]
=
0
;
active
--
;
printf
(
"Now have %d clients
\n
"
,
active
);
/*
printf("Now have %d clients\n", active);
*/
pthread_mutex_unlock
(
&
lock
);
/*
* Client disconnected - exit the loop
...
...
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