diff options
Diffstat (limited to 'source3/include')
-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 fde001813d..a8be1d16e1 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -142,6 +142,9 @@ struct cli_state { /* was this structure allocated by cli_initialise? If so, then free in cli_shutdown() */ BOOL allocated; + + /* Name of the pipe we're talking to, if any */ + fstring pipe_name; }; #endif /* _CLIENT_H */ |