Added config wrapper for netty's NioEventLoopGroup.
[controller.git] / opendaylight / config / threadpool-config-api / src / main / yang / threadpool.yang
index 14a20fdebcc85703695f38ef50ff0c8ab3994ff2..5cc17e52ffa728ac03924708a804f055157b6ad9 100644 (file)
@@ -15,7 +15,7 @@ module threadpool {
          thread-related services.
 
         Copyright (c)2013 Cisco Systems, Inc. All rights reserved.;
-        
+
         This program and the accompanying materials are made available
                under the terms of the Eclipse Public License v1.0 which
                accompanies this distribution, and is available at
@@ -74,4 +74,14 @@ module threadpool {
         config:java-class "org.opendaylight.controller.config.threadpool.ScheduledThreadPool";
        }
 
+
+    identity netty-threadgroup {
+        description
+            "Configuration wrapper around netty's threadgroup";
+
+        base "config:service-type";
+        config:java-class "io.netty.channel.EventLoopGroup";
+    }
+
+
 }