~ubuntu-branches/ubuntu/saucy/glusterfs/saucy

« back to all changes in this revision

Viewing changes to rpc/xdr/src/cli1-xdr.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi, Louis Zuckerman, Patrick Matthäi
  • Date: 2012-01-07 14:19:57 UTC
  • mfrom: (1.3.14)
  • Revision ID: package-import@ubuntu.com-20120107141957-532c9ubquvlmzls5
Tags: 3.2.5-1
[ Louis Zuckerman ]
* Add patch (03) to fix build errors

[ Patrick Matthäi ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
  <http://www.gnu.org/licenses/>.
18
18
*/
19
19
/*
20
 
 * Please do not edit this file.
21
 
 * It was generated using rpcgen.
 
20
 * Most content of this file is generated using rpcgen. There are very few
 
21
 * additions done to this file (changes can be seen by running 'rpcgen'
 
22
 * and taking a diff of this file with rpcgen generated file
22
23
 */
23
24
 
 
25
#include "xdr-common.h"
 
26
 
24
27
#ifndef _CLI1_XDR_H_RPCGEN
25
28
#define _CLI1_XDR_H_RPCGEN
26
29
 
89
92
        GF_GSYNC_OPTION_TYPE_STOP = 2,
90
93
        GF_GSYNC_OPTION_TYPE_CONFIG = 3,
91
94
        GF_GSYNC_OPTION_TYPE_STATUS = 4,
 
95
        GF_GSYNC_OPTION_TYPE_ROTATE = 5,
92
96
 
93
97
};
94
98
typedef enum gf1_cli_gsync_set gf1_cli_gsync_set;