diff options
author | Amar Tumballi <amar@gluster.com> | 2011-02-18 02:54:49 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2011-02-18 23:32:26 -0800 |
commit | 069d7765898ef6f8d1334b23bf8ed9aee017b47a (patch) | |
tree | a98eed22b6be09e06ef9886b50f8b3b29de9ea81 /xlators/protocol/client/src/client.h | |
parent | 52cf9e992749a7cd5b2411581eff4c052d055ea9 (diff) |
rpc/xdr: update .x files
* now, 'rpcgen $filename-xdr.x' file will result in $filename-xdr.h
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 2153 (glusterfs3.x does not match "generated" source)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2153
Diffstat (limited to 'xlators/protocol/client/src/client.h')
-rw-r--r-- | xlators/protocol/client/src/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/protocol/client/src/client.h b/xlators/protocol/client/src/client.h index e353bb68a..f3bc0073e 100644 --- a/xlators/protocol/client/src/client.h +++ b/xlators/protocol/client/src/client.h @@ -28,7 +28,7 @@ #include "inode.h" #include "client-mem-types.h" #include "protocol-common.h" -#include "glusterfs3-xdr.h" +#include "glusterfs3.h" /* FIXME: Needs to be defined in a common file */ #define CLIENT_CMD_CONNECT "trusted.glusterfs.client-connect" |