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
6b843812
Commit
6b843812
authored
Jun 08, 2005
by
Robert Ricci
Browse files
When spitting out to a file, release the condition variable so that the
packet reader thread(s) start up.
parent
6ec69da5
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/pcapper/pcapper.c
View file @
6b843812
...
...
@@ -816,6 +816,7 @@ int main (int argc, char **argv) {
client_connected
[
0
]
=
1
;
active
=
1
;
pthread_create
(
&
thread
,
NULL
,
feedclient
,
args
);
pthread_cond_broadcast
(
&
cond
);
}
/*
...
...
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