X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fthreadpool-config-api%2Fsrc%2Fmain%2Fyang%2Fthreadpool.yang;fp=opendaylight%2Fconfig%2Fthreadpool-config-api%2Fsrc%2Fmain%2Fyang%2Fthreadpool.yang;h=5cc17e52ffa728ac03924708a804f055157b6ad9;hb=ccd4ee7d84c841e50be600db469d6b3378d3fff3;hp=14a20fdebcc85703695f38ef50ff0c8ab3994ff2;hpb=20bd54c0c63f16541a0ab907165a7ea2d6165442;p=controller.git diff --git a/opendaylight/config/threadpool-config-api/src/main/yang/threadpool.yang b/opendaylight/config/threadpool-config-api/src/main/yang/threadpool.yang index 14a20fdebc..5cc17e52ff 100644 --- a/opendaylight/config/threadpool-config-api/src/main/yang/threadpool.yang +++ b/opendaylight/config/threadpool-config-api/src/main/yang/threadpool.yang @@ -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"; + } + + }