Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
028c3cd1d5c0d49eea2f1e765bd7bdbf0a596a79
/
.
/
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
%}