X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=api%2Fsrc%2Fmain%2Fyang%2Fmdsaltrace.yang;h=5c6b09b5bf9db531d01e3b7ff48964ecc1c42b5e;hb=6d6f6269c277720903b9cfeeb36b37f55410a9eb;hp=ce72da750811bea070d51aa69ff7aa3130e2bfe3;hpb=29c2ae3619d10ba5b3a2c74844ba468d227e22da;p=mdsal.git diff --git a/api/src/main/yang/mdsaltrace.yang b/api/src/main/yang/mdsaltrace.yang index ce72da7508..5c6b09b5bf 100644 --- a/api/src/main/yang/mdsaltrace.yang +++ b/api/src/main/yang/mdsaltrace.yang @@ -18,11 +18,18 @@ module mdsaltrace { } container config { + // TODO leaf enabled ... leaf-list registration-watches { type string; } leaf-list write-watches { type string; } + leaf transaction-debug-context-enabled { + default false; + type boolean; + description "Enable or disable transaction context debug. This will preserve the call site trace for + transactions, so that the original caller of un-close'd() transaction can be identified"; + } } }