summaryrefslogtreecommitdiffstats
path: root/rpc/xdr/src/nsm-xdr.x
diff options
context:
space:
mode:
Diffstat (limited to 'rpc/xdr/src/nsm-xdr.x')
-rw-r--r--rpc/xdr/src/nsm-xdr.x4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpc/xdr/src/nsm-xdr.x b/rpc/xdr/src/nsm-xdr.x
index 81b0b8cdea2..65b36b27d31 100644
--- a/rpc/xdr/src/nsm-xdr.x
+++ b/rpc/xdr/src/nsm-xdr.x
@@ -46,11 +46,11 @@ struct my_id {
struct mon_id {
string mon_name<SM_MAXSTRLEN>; /* name of the host to be monitored */
- struct my_id my_id;
+ my_id my_id;
};
struct mon {
- struct mon_id mon_id;
+ mon_id mon_id;
opaque priv[16]; /* private information */
};