diff --git a/source/include/client.h b/source/include/client.h index fde001813d3..a8be1d16e1a 100644 --- a/source/include/client.h +++ b/source/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 */