...
1.1 --- a/sync/gen_actions.ysl2 Thu Aug 30 08:17:34 2018 +0200
1.2 +++ b/sync/gen_actions.ysl2 Thu Aug 30 08:27:03 2018 +0200
1.3 @@ -18,7 +18,7 @@
1.4 decl action is _func (*type="action");
1.5
1.6 decl timeout *name alias - {
1.7 - template %name=*name, "fsm[@name='%name']", mode=handler
1.8 + template %name=*name, "fsm[@name='%name']"
1.9 call "fsm" with "content" content;
1.10 };
1.11
1.12 @@ -66,7 +66,7 @@
1.13 ||
1.14 apply "func:distinctName(//condition)", 0;
1.15 apply "func:distinctName(//action)", 0;
1.16 - apply "/protocol/fsm", 0, mode=handler;
1.17 + apply "/protocol/fsm", 0;
1.18 }
1.19 }
1.20