diff options
Diffstat (limited to 'rpc/xdr/src/nsm-xdr.x')
| -rw-r--r-- | rpc/xdr/src/nsm-xdr.x | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rpc/xdr/src/nsm-xdr.x b/rpc/xdr/src/nsm-xdr.x index 81b0b8cdea2..7c16a741f1d 100644 --- a/rpc/xdr/src/nsm-xdr.x +++ b/rpc/xdr/src/nsm-xdr.x @@ -11,7 +11,7 @@ #ifdef RPC_XDR %#include "rpc-pragmas.h" #endif -%#include "compat.h" +%#include <glusterfs/compat.h> /* * This defines the maximum length of the string @@ -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 */ }; |
