diff options
| author | Krishna Srinivas <krishna@zresearch.com> | 2007-06-20 12:52:48 +0000 |
|---|---|---|
| committer | Amar Tumballi <amarts@redhat.com> | 2017-05-05 01:31:39 +0530 |
| commit | dc9f14334cccf3f7240f5243b8bea7bcbb6f5ccb (patch) | |
| tree | e3e856961d555dc711aa1be188320fd806e06c36 /libglusterfs/src/stack.h | |
| parent | 2f9dfc56fbe7e349336596a8d4441f6077d008fe (diff) | |
Diffstat (limited to 'libglusterfs/src/stack.h')
| -rw-r--r-- | libglusterfs/src/stack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/stack.h b/libglusterfs/src/stack.h index 248706004a..4fcc54e633 100644 --- a/libglusterfs/src/stack.h +++ b/libglusterfs/src/stack.h @@ -53,7 +53,7 @@ struct _call_frame_t { void *cookie; /* unique cookie */ int32_t op; /* function signature */ }; - + struct _call_ctx_t { uint64_t unique; void *state; /* pointer to request state */ |
