diff options
Diffstat (limited to 'xlators/protocol/server/src/server-protocol.c')
| -rw-r--r-- | xlators/protocol/server/src/server-protocol.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/protocol/server/src/server-protocol.c b/xlators/protocol/server/src/server-protocol.c index 92cdda2bf84..7fc379efb77 100644 --- a/xlators/protocol/server/src/server-protocol.c +++ b/xlators/protocol/server/src/server-protocol.c @@ -7085,6 +7085,9 @@ mop_setvolume (call_frame_t *frame, xlator_t *bound_xl,  	ret = dict_set_str (reply, "process-uuid",   			    xl->ctx->process_uuid); +	ret = dict_set_uint64 (reply, "transport-ptr", +                               ((uint64_t) (long) trans)); +  fail:  	dict_len = dict_serialized_length (reply);  	if (dict_len < 0) {  | 
