diff options
author | Anand Avati <avati@redhat.com> | 2012-12-04 15:25:34 -0800 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-12-04 15:59:52 -0800 |
commit | 698deb33d731df6de84da8ae8ee4045e1543a168 (patch) | |
tree | 5b32022400abb4bfa2e04f3fa5b2e8cdd99f8062 /libglusterfs/src | |
parent | 676b8793b9a77babf0275ee78eeacfa7291a8c35 (diff) |
Revert "glusterd, cli: Task id's for async tasks"
This reverts commit ed15521d4e5af2b52b78fd33711e7562f5273bc6
Strangely, the test scripts are "silently" passing for failures too. Reverting patch for now.
Change-Id: I802ec1634c7863dc373cc7dc4a47bd4baa72764e
Reviewed-on: http://review.gluster.org/4267
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'libglusterfs/src')
-rw-r--r-- | libglusterfs/src/glusterfs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index dae5398415e..61edd5ec7c9 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -142,10 +142,6 @@ #define GF_UUID_BUF_SIZE 50 -#define GF_REBALANCE_TID_KEY "rebalance-id" -#define GF_REMOVE_BRICK_TID_KEY "remove-brick-id" -#define GF_REPLACE_BRICK_TID_KEY "replace-brick-id" - /* NOTE: add members ONLY at the end (just before _MAXVALUE) */ typedef enum { GF_FOP_NULL = 0, |