diff options
Diffstat (limited to 'rpc/xdr/src/glusterfs3-xdr.h')
-rw-r--r-- | rpc/xdr/src/glusterfs3-xdr.h | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/rpc/xdr/src/glusterfs3-xdr.h b/rpc/xdr/src/glusterfs3-xdr.h index 00720e1382d..54512bbc24c 100644 --- a/rpc/xdr/src/glusterfs3-xdr.h +++ b/rpc/xdr/src/glusterfs3-xdr.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2010-2011 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2007-2011 Gluster, Inc. <http://www.gluster.com> This file is part of GlusterFS. GlusterFS is free software; you can redistribute it and/or modify @@ -17,19 +17,18 @@ <http://www.gnu.org/licenses/>. */ +#include "xdr-common.h" /* - * Most content of this file is generated using rpcgen. There are very few - * additions done to this file (changes can be seen by doing - * 'rpcgen glusterfs3.x' and taking a diff of this file with rpcgen - * generated file. + * Please do not edit this file. + * It was generated using rpcgen. */ -#ifndef _GLUSTERFS3_H_RPCGEN -#define _GLUSTERFS3_H_RPCGEN +#ifndef _GLUSTERFS3_XDR_H_RPCGEN +#define _GLUSTERFS3_XDR_H_RPCGEN + +#include <rpc/rpc.h> -//#include <rpc/rpc.h> -#include "xdr-common.h" #ifdef __cplusplus extern "C" { @@ -82,7 +81,6 @@ struct gf_iatt { }; typedef struct gf_iatt gf_iatt; -/* Gluster FS Payload structures */ struct gfs3_stat_req { char gfid[16]; char *path; @@ -962,4 +960,4 @@ extern bool_t xdr_gfs3_readdirp_rsp (); } #endif -#endif /* !_GLUSTERFS3_H_RPCGEN */ +#endif /* !_GLUSTERFS3_XDR_H_RPCGEN */ |