aboutsummaryrefslogtreecommitdiffstats
path: root/tools/net/sunrpc/xdrgen/templates/C/union/encoder/switch_spec.j2
blob: c8c3ecbe038b4aad807a5c72901090996830a606 (plain)
1
2
3
4
5
6
7
{# SPDX-License-Identifier: GPL-2.0 #}
{% if annotate %}
	/* discriminant {{ name }} */
{% endif %}
	if (!xdrgen_encode_{{ type }}(xdr, ptr->{{ name }}))
		return false;
	switch (ptr->{{ name }}) {