diff options
Diffstat (limited to 'rpc/rpc-lib/src/rpc-transport.h')
| -rw-r--r-- | rpc/rpc-lib/src/rpc-transport.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/rpc/rpc-lib/src/rpc-transport.h b/rpc/rpc-lib/src/rpc-transport.h index 4384f2abd..aa9df72b2 100644 --- a/rpc/rpc-lib/src/rpc-transport.h +++ b/rpc/rpc-lib/src/rpc-transport.h @@ -186,7 +186,7 @@ struct rpc_transport {                                                */          void                      *private; -        void                      *xl_private; +        struct _client_t          *xl_private;          void                      *xl;       /* Used for THIS */          void                      *mydata;          pthread_mutex_t            lock; @@ -211,7 +211,7 @@ struct rpc_transport {          struct list_head           list;          int                        bind_insecure; -	void                      *dl_handle; /* handle of dlopen() */ +        void                      *dl_handle; /* handle of dlopen() */  };  struct rpc_transport_ops {  | 
