From 4c83513d36b8f0b29b0e6b4b7ed2bb8167a7b82a Mon Sep 17 00:00:00 2001
From: abobrov <abobrov@localhost>
Date: Fri, 09 Oct 2009 14:46:06 +0000
Subject: [PATCH] - EXPERIMENTAL Parallel Work Queue implementation.

---
 opends/resource/schema/02-config.ldif |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/opends/resource/schema/02-config.ldif b/opends/resource/schema/02-config.ldif
index 12f31ef..158ad3b 100644
--- a/opends/resource/schema/02-config.ldif
+++ b/opends/resource/schema/02-config.ldif
@@ -4031,7 +4031,7 @@
   NAME 'ds-cfg-qos-policy'
   SUP top
   STRUCTURAL
-  MUST ( cn $ 
+  MUST ( cn $
          ds-cfg-java-class)
   X-ORIGIN 'OpenDS Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.185
@@ -4132,4 +4132,10 @@
   SUP ds-cfg-plugin
   STRUCTURAL
   X-ORIGIN 'OpenDS Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.233
+  NAME 'ds-cfg-parallel-work-queue'
+  SUP ds-cfg-work-queue
+  STRUCTURAL
+  MAY ( ds-cfg-num-worker-threads )
+  X-ORIGIN 'OpenDS Directory Server' )
 

--
Gitblit v1.10.0