Davis, Arlin R
2012-01-13 23:54:49 UTC
Increase default size from 8 to 32.
Signed-off-by: Arlin Davis <***@intel.com>
---
test/dapltest/test/dapl_server.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/test/dapltest/test/dapl_server.c b/test/dapltest/test/dapl_server.c
index 443425c..92e0d21 100644
--- a/test/dapltest/test/dapl_server.c
+++ b/test/dapltest/test/dapl_server.c
@@ -34,7 +34,7 @@
#undef DFLT_QLEN
#endif
-#define DFLT_QLEN 8 /* default event queue length */
+#define DFLT_QLEN 32 /* default event queue length */
int send_control_data(DT_Tdep_Print_Head * phead,
unsigned ch
Signed-off-by: Arlin Davis <***@intel.com>
---
test/dapltest/test/dapl_server.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/test/dapltest/test/dapl_server.c b/test/dapltest/test/dapl_server.c
index 443425c..92e0d21 100644
--- a/test/dapltest/test/dapl_server.c
+++ b/test/dapltest/test/dapl_server.c
@@ -34,7 +34,7 @@
#undef DFLT_QLEN
#endif
-#define DFLT_QLEN 8 /* default event queue length */
+#define DFLT_QLEN 32 /* default event queue length */
int send_control_data(DT_Tdep_Print_Head * phead,
unsigned ch