diff options
author | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2013-10-11 20:29:11 +0000 |
---|---|---|
committer | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2013-10-11 20:29:11 +0000 |
commit | 15b539fcbc7c2afe4a9349d13ebcd0c09a05c3f2 (patch) | |
tree | b888930afc557172b9b18a39f1b4ef7818104a14 /capture_sync.c | |
parent | d06d2fde9020603249f53ffaa1f9f43c182ec124 (diff) | |
download | wireshark-15b539fcbc7c2afe4a9349d13ebcd0c09a05c3f2.tar.gz wireshark-15b539fcbc7c2afe4a9349d13ebcd0c09a05c3f2.tar.bz2 wireshark-15b539fcbc7c2afe4a9349d13ebcd0c09a05c3f2.zip |
Replace a question in a comment with a better explanation (that answers the question).
svn path=/trunk/; revision=52550
Diffstat (limited to 'capture_sync.c')
-rw-r--r-- | capture_sync.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/capture_sync.c b/capture_sync.c index 12429301f4..252e5e99c2 100644 --- a/capture_sync.c +++ b/capture_sync.c @@ -1759,9 +1759,8 @@ sync_pipe_input_cb(gint source, gpointer user_data) /* The child has sent us a filename which we couldn't open. - This could mean that the child is creating files faster - than we can handle it. (XXX - why would that result in - a failure to open the file?) + This could mean that the child is creating and deleting files + (ring buffer mode) faster than we can handle it. That should only be the case for very fast file switches; We can't do much more than telling the child to stop. |