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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2011-06-26 21:00:42 UTC
  • mfrom: (1.3.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20110626210042-ps1aim0cwz06tkx1
Tags: 3.2.1-1
* New upstream release.
  - Refresh patch 02-spelling-error.
* Wrap dependencies.
* Merge libglusterfs0 and libglusterfs-dev package to glusterfs-common.
  Closes: #630147
* Use python-module.mk and remove useless python bytecode files.
  Closes: #630146

Show diffs side-by-side

added added

removed removed

Lines of Context:
276
276
int
277
277
glusterd_start_gsync (char *master, char *slave, char *uuid_str,
278
278
                      char **op_errstr);
 
279
int32_t
 
280
glusterd_recreate_bricks (glusterd_conf_t *conf);
 
281
int32_t
 
282
glusterd_handle_upgrade_downgrade (dict_t *options, glusterd_conf_t *conf);
279
283
#endif