summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/librpc/rpc/dcerpc.h')
-rw-r--r--source4/librpc/rpc/dcerpc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/rpc/dcerpc.h b/source4/librpc/rpc/dcerpc.h
index ea6c68b28e..b0224af182 100644
--- a/source4/librpc/rpc/dcerpc.h
+++ b/source4/librpc/rpc/dcerpc.h
@@ -62,7 +62,7 @@ struct dcerpc_connection {
struct dcerpc_transport {
enum dcerpc_transport_t transport;
- void *private;
+ void *private_data;
NTSTATUS (*shutdown_pipe)(struct dcerpc_connection *, NTSTATUS status);
@@ -258,7 +258,7 @@ struct rpc_request {
struct {
void (*callback)(struct rpc_request *);
- void *private;
+ void *private_data;
} async;
};