Merge "Fixed for bug 1197"
[controller.git] / opendaylight / config / threadpool-config-impl / src / main / yang / threadpool-impl-flexible.yang
index 8d1a6307b5e13ff65462ad9b6abe84e6050240a6..c124f6388fb2f5f41b1c48a86f55231ea4c023b4 100644 (file)
@@ -13,7 +13,7 @@ module threadpool-impl-flexible {
 
     description
         "This module contains the base YANG definitions for
-         thread services pure Java implementation.
+        thread services pure Java implementation.
 
         Copyright (c)2013 Cisco Systems, Inc. All rights reserved.;
 
@@ -46,6 +46,12 @@ module threadpool-impl-flexible {
                 type uint32;
             }
 
+            leaf queueCapacity {
+                type uint16;
+                mandatory false;
+                description "Capacity of queue that holds waiting tasks";
+            }
+
             container threadFactory {
                 uses config:service-ref {
                     refine type {