diff options
Diffstat (limited to 'rpc/rpc-lib/src/xdr-rpc.h')
| -rw-r--r-- | rpc/rpc-lib/src/xdr-rpc.h | 9 | 
1 files changed, 8 insertions, 1 deletions
diff --git a/rpc/rpc-lib/src/xdr-rpc.h b/rpc/rpc-lib/src/xdr-rpc.h index 99ad88836..226f8e8b3 100644 --- a/rpc/rpc-lib/src/xdr-rpc.h +++ b/rpc/rpc-lib/src/xdr-rpc.h @@ -17,7 +17,7 @@    <http://www.gnu.org/licenses/>.  */ -#ifndef _XDR_RPC_H +#ifndef _XDR_RPC_H_  #define _XDR_RPC_H_  #ifndef _CONFIG_H @@ -39,6 +39,13 @@  #include <rpc/xdr.h>  #include <sys/uio.h> +#include "xdr-common.h" + +typedef enum { +        AUTH_GLUSTERFS = 5, +        AUTH_GLUSTERFS_v2 = 6, +} gf_rpc_authtype_t; +  /* Converts a given network buffer from its XDR format to a structure   * that contains everything an RPC call needs to work.   */  | 
