~ubuntu-branches/ubuntu/wily/glusterfs/wily

« back to all changes in this revision

Viewing changes to xlators/mgmt/glusterd/src/glusterd-store.h

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2011-03-15 21:14:50 UTC
  • mfrom: (1.3.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20110315211450-5iekpirgkdntccne
Tags: 3.1.3-1
* New upstream release.
  - glusterfs-volgen and glusterfs-defrag have been removed.
* Suggest nfs-common with the glusterfs-server for native NFS support.
  Closes: #614988
* Migrate to dh_python2.
  Closes: #616826

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
                }\
71
71
        } while (0); \
72
72
 
 
73
typedef enum {
 
74
        GD_STORE_SUCCESS,
 
75
        GD_STORE_KEY_NULL,
 
76
        GD_STORE_VALUE_NULL,
 
77
        GD_STORE_KEY_VALUE_NULL,
 
78
        GD_STORE_EOF,
 
79
        GD_STORE_ENOMEM
 
80
} glusterd_store_op_errno_t;
 
81
 
73
82
int32_t
74
83
glusterd_store_create_volume (glusterd_volinfo_t *volinfo);
75
84