diff options
author | Anand V. Avati <avati@amp.gluster.com> | 2009-04-11 01:21:57 +0530 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-04-12 11:33:46 +0530 |
commit | c723c0dae5fd2887b714a08bcaeadb663e4de44b (patch) | |
tree | 0666a136189f1c0c394efa0b7e5ac67eda278ba5 /libglusterfs | |
parent | 4554d82bbe2ecec6c79b6a791522358c8855408d (diff) |
do away with frame->root->{req,rsp}_refs members
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'libglusterfs')
-rw-r--r-- | libglusterfs/src/stack.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libglusterfs/src/stack.h b/libglusterfs/src/stack.h index 44bdcad34..10ab7f202 100644 --- a/libglusterfs/src/stack.h +++ b/libglusterfs/src/stack.h @@ -91,8 +91,6 @@ struct _call_stack_t { gid_t gid; pid_t pid; call_frame_t frames; - dict_t *req_refs; - dict_t *rsp_refs; int32_t op; int8_t type; |