summaryrefslogtreecommitdiff
path: root/tools/net/sunrpc/xdrgen/templates/C/union/decoder/basic.j2
blob: 4d97cc5395eb53749c4b003753da0614a98e318a (plain)
1
2
3
4
5
6
{# SPDX-License-Identifier: GPL-2.0 #}
{% if annotate %}
		/* member {{ name }} (basic) */
{% endif %}
		if (!xdrgen_decode_{{ type }}(xdr, &ptr->u.{{ name }}))
			return false;