aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-24 22:28:21 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-24 22:28:21 +0000
commit098a3d0595429d2fa2dd76ad8b75e9e22213c50c (patch)
treee561161b4999fc5f3ae2d235ba212b51a0d52f5f
parentcb080247ac32a846f72554a371ca69e3dd9080da (diff)
downloadlibextractor-098a3d0595429d2fa2dd76ad8b75e9e22213c50c.tar.gz
libextractor-098a3d0595429d2fa2dd76ad8b75e9e22213c50c.zip
-fix
-rw-r--r--src/main/extractor_ipc_gnu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/extractor_ipc_gnu.c b/src/main/extractor_ipc_gnu.c
index 0e583e5..9582bdc 100644
--- a/src/main/extractor_ipc_gnu.c
+++ b/src/main/extractor_ipc_gnu.c
@@ -456,7 +456,7 @@ EXTRACTOR_IPC_channel_recv_ (struct EXTRACTOR_Channel **channels,
456 return 1; /* nothing left to do! */ 456 return 1; /* nothing left to do! */
457 } 457 }
458 tv.tv_sec = 0; 458 tv.tv_sec = 0;
459 tv.tv_usec = 100000000; 459 tv.tv_usec = 100000; /* 100 ms */
460 if (-1 == select (max + 1, &to_check, NULL, NULL, &tv)) 460 if (-1 == select (max + 1, &to_check, NULL, NULL, &tv))
461 { 461 {
462 /* an error or timeout -> something's wrong or all plugins hung up */ 462 /* an error or timeout -> something's wrong or all plugins hung up */