Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
bfb233a8186b06d77576b9cd603b7418ad056f55
/
.
/
lib
/
xos-genx
/
xosgenx
/
checkers
/
syncstep.xchecker
blob: 836a2c2bc24670997b3c7d706450c9af79703fb8 [
file
] [
log
] [
blame
]
Sapan Bhatia
bfb233a
2018-02-09 14:53:09 -0800
[
diff
] [
blame^
]
1
{%
for
m
in
proto
.
messages
%}
2
{%
if
not
m
.
options
.
no_sync
%}
3
{{
xproto_check_synchronizer
(
m
)
}}
4
{%
endif
%}
5
{%
endfor
%}