diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-03-26 20:32:55 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-04-17 21:46:47 +0200 |
commit | 257809558bfab3e45703cf8be76357596392a3ea (patch) | |
tree | 9374b8a038eda32258defa68715660f0029551fb /source3/utils/net.h | |
parent | c0dfe0cf80ee50f395912b7d6aec0d87febd34c0 (diff) | |
download | samba-257809558bfab3e45703cf8be76357596392a3ea.tar.gz samba-257809558bfab3e45703cf8be76357596392a3ea.tar.xz samba-257809558bfab3e45703cf8be76357596392a3ea.zip |
s3:net: add --request-timeout option
metze
Diffstat (limited to 'source3/utils/net.h')
-rw-r--r-- | source3/utils/net.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net.h b/source3/utils/net.h index 2d72756defb..d88f962d41e 100644 --- a/source3/utils/net.h +++ b/source3/utils/net.h @@ -43,6 +43,7 @@ struct net_context { const char *opt_container; int opt_flags; int opt_timeout; + int opt_request_timeout; const char *opt_target_workgroup; int opt_machine_pass; int opt_localgroup; |