summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/libnet/libnet.h')
-rw-r--r--source4/libnet/libnet.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/libnet/libnet.h b/source4/libnet/libnet.h
index c1a2e3708b..7492b7337a 100644
--- a/source4/libnet/libnet.h
+++ b/source4/libnet/libnet.h
@@ -54,6 +54,9 @@ struct libnet_context {
struct tevent_context *event_ctx;
struct loadparm_context *lp_ctx;
+
+ /* if non-null then override the server address */
+ const char *server_address;
};