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