summaryrefslogtreecommitdiffstats
path: root/rpc
diff options
context:
space:
mode:
Diffstat (limited to 'rpc')
-rw-r--r--rpc/rpc-lib/src/rpc-transport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/rpc-lib/src/rpc-transport.h b/rpc/rpc-lib/src/rpc-transport.h
index ff6567c198e..33f474e42c6 100644
--- a/rpc/rpc-lib/src/rpc-transport.h
+++ b/rpc/rpc-lib/src/rpc-transport.h
@@ -180,7 +180,7 @@ struct rpc_transport {
*/
void *private;
- struct _client_t *xl_private;
+ struct _client *xl_private;
void *xl; /* Used for THIS */
void *mydata;
pthread_mutex_t lock;