Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
bfb233a8186b06d77576b9cd603b7418ad056f55
/
.
/
lib
/
xos-genx
/
xosgenx
/
checkers
/
syncstep.xchecker
blob: 836a2c2bc24670997b3c7d706450c9af79703fb8 [
file
] [
log
] [
blame
]
{%
for
m
in
proto
.
messages
%}
{%
if
not
m
.
options
.
no_sync
%}
{{
xproto_check_synchronizer
(
m
)
}}
{%
endif
%}
{%
endfor
%}