diff options
Diffstat (limited to 'source3/include/client.h')
-rw-r--r-- | source3/include/client.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index 86b4bee662..09fdb81462 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -95,6 +95,9 @@ struct rpc_pipe_client { /* The following is only non-null on a netlogon pipe. */ struct dcinfo *dc; + + /* Used by internal rpc_pipe_client */ + pipes_struct *pipes_struct; }; /* Transport encryption state. */ |