]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Doubled VG_N_WAITING_FDS from 10 to 20. Joshua Moore-Oliva
authorNicholas Nethercote <njn@valgrind.org>
Sun, 29 Jun 2003 10:18:48 +0000 (10:18 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sun, 29 Jun 2003 10:18:48 +0000 (10:18 +0000)
<josh@chatgris.com> hit his head on it a while ago.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1710

coregrind/vg_include.h

index dea2a58fda1a8c195f928e7734da18c5f08fc3d7..f85819c27e27fe85c3c38b772da84310e5b964c5 100644 (file)
    I/O to complete.  Perhaps this should be the same as VG_N_THREADS
    (surely a thread can't wait on more than one fd at once?.  Who
    knows.) */
-#define VG_N_WAITING_FDS 10
+#define VG_N_WAITING_FDS 20
 
 /* Stack size for a thread.  We try and check that they do not go
    beyond it. */