diff options
Diffstat (limited to 'rpc/rpc-lib/src/rpc-transport.h')
| -rw-r--r-- | rpc/rpc-lib/src/rpc-transport.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/rpc/rpc-lib/src/rpc-transport.h b/rpc/rpc-lib/src/rpc-transport.h index f6576fc1384..14ec8bc5719 100644 --- a/rpc/rpc-lib/src/rpc-transport.h +++ b/rpc/rpc-lib/src/rpc-transport.h @@ -170,6 +170,7 @@ struct rpc_transport {  	struct rpc_transport_ops  *ops;  	void                      *private;          void                      *xl_private; +        void                      *xl;       /* Used for THIS */  	void                      *mydata;  	pthread_mutex_t            lock;  	int32_t                    refcount;  | 
