# HG changeset patch
# User Florian Pose <fp@igh-essen.com>
# Date 1147339425 0
# Node ID 2cc0a7146958220163002ab24f0f32ed9d2107be
# Parent  ec516cfa207ee3388563040d56147034e4ced6e3
EoE processing with kernel timer again.

diff -r ec516cfa207e -r 2cc0a7146958 master/master.h
--- a/master/master.h	Wed May 10 13:56:23 2006 +0000
+++ b/master/master.h	Thu May 11 09:23:45 2006 +0000
@@ -43,8 +43,7 @@
 // Uncomment this to do EoE within a kernel timer. Otherwise, it will be
 // done in a working queue.
 
-//#define EOE_TIMER
-
+#define EOE_TIMER
 
 /*****************************************************************************/