summaryrefslogtreecommitdiffstats
path: root/rpc/xdr/src/mount3udp.x
blob: 7fbe3ff523d12e4189a3f6d30ba4e26b7dda4c3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
  Copyright (c) 2007-2012 Red Hat, Inc. <http://www.redhat.com>
  This file is part of GlusterFS.

  This file is licensed to you under your choice of the GNU Lesser
  General Public License, version 3 or any later version (LGPLv3 or
  later), or the GNU General Public License, version 2 (GPLv2), in all
  cases as published by the Free Software Foundation.
*/

/* This is used by rpcgen to auto generate the rpc stubs.
 * mount3udp_svc.c is heavily modified though
 */

%#include "xdr-nfs3.h"

const MNTUDPPATHLEN = 1024;

typedef string mntudpdirpath<MNTPATHLEN>;

program MOUNTUDP_PROGRAM {
        version MOUNTUDP_V3 {
                void MOUNTUDPPROC3_NULL(void) = 0;
                mountres3 MOUNTUDPPROC3_MNT (mntudpdirpath) = 1;
                mountstat3 MOUNTUDPPROC3_UMNT (mntudpdirpath) = 3;
        } = 3;
} = 100005;
to build-auxNiels de Vos2016-09-121-5/+5 * build: update link for .git/hooks/commit-msgKaleb S KEITHLEY2016-01-141-3/+3 * Portability fix: rfc.shEmmanuel Dreyfus2016-01-121-1/+1 * Make rfc.sh show what its actually doingPatrick Uiterwijk2015-12-031-0/+13 * Fix incorrect rfc.sh and checkpatch.pl use of "jenkins" instead of "gerrit"Justin Clift2015-04-131-4/+6 * extras/checkpatch.pl: linux kernel style patch verificationHarshavardhana2014-09-181-4/+43 * rfc.sh: Include BUG: header even in first runAnand Avati2013-08-141-2/+2 * rfc.sh: set 'Change-Id: ' header on first runAnand Avati2012-08-151-0/+3 * gerrit / rfc.sh: further trim of fetch targetCsaba Henk2012-04-231-1/+1 * POSIXly correct: \n replacement is GNU sed specificEmmanuel Dreyfus2011-08-121-1/+1 * One more missing change :-/Emmanuel Dreyfus2011-08-121-1/+1 * Use bourne shell, fix error in previous commitEmmanuel Dreyfus2011-08-121-8/+8 * sed -i is available from GNU sed, but is not portable. Output to a newEmmanuel Dreyfus2011-08-111-2/+3 * gerrit: add a dry-run mode to rfc scriptCsaba Henk2011-07-231-2/+8 * gerrit: some fixes for the rfc scriptCsaba Henk2011-07-231-2/+2 * s/Patchwork/Gerrit/Anand Avati2011-07-181-0/+104