summaryrefslogtreecommitdiff
path: root/capture_sync.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-02-12 12:04:17 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-02-12 12:04:17 +0000
commitd595d6a8da141d5c80fba400f5e3a1f9454a1434 (patch)
treefe242e97781add55d804100b0ed9ef1355773ebf /capture_sync.c
parent1a7d4a9bf96b214a25fcb5291180d1d7b8c1c508 (diff)
downloadwireshark-d595d6a8da141d5c80fba400f5e3a1f9454a1434.tar.gz
add a minor comment
svn path=/trunk/; revision=17270
Diffstat (limited to 'capture_sync.c')
-rw-r--r--capture_sync.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/capture_sync.c b/capture_sync.c
index 2e99e86263..e84dabcf72 100644
--- a/capture_sync.c
+++ b/capture_sync.c
@@ -473,6 +473,7 @@ sync_pipe_start(capture_options *capture_opts) {
g_string_free(args, TRUE);
/* associate the operating system filehandle to a C run-time file handle */
+ /* (good file handle infos at: http://www.flounder.com/handles.htm) */
sync_pipe_read_fd = _open_osfhandle( (long) sync_pipe_read, _O_BINARY);
/* associate the operating system filehandle to a C run-time file handle */