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

« back to all changes in this revision

Viewing changes to libglusterfs/src/mem-pool.c

  • 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:
51
51
        char    *opt = NULL;
52
52
        long    val = -1;
53
53
 
 
54
#ifdef DEBUG
 
55
        gf_mem_acct_enable = 1;
 
56
        return;
 
57
#endif
 
58
 
54
59
        opt = getenv (GLUSTERFS_ENV_MEM_ACCT_STR);
55
60
 
56
61
        if (!opt)