diff options
Diffstat (limited to 'source4/include/cli_context.h')
-rw-r--r-- | source4/include/cli_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/include/cli_context.h b/source4/include/cli_context.h index cddc6aadf5..b2a68de0cb 100644 --- a/source4/include/cli_context.h +++ b/source4/include/cli_context.h @@ -79,6 +79,8 @@ struct cli_socket { int reference_count; struct in_addr dest_ip; + /* dest hostname (which may or may not be a DNS name) */ + char *hostname; /* the port used */ int port; |