diff options
Diffstat (limited to 'source3/utils/net.h')
-rw-r--r-- | source3/utils/net.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/utils/net.h b/source3/utils/net.h index 9618e7affe..7ac3b5c6bd 100644 --- a/source3/utils/net.h +++ b/source3/utils/net.h @@ -76,6 +76,9 @@ struct net_context { int opt_single_obj_repl; int opt_clean_old_entries; const char *opt_db; + int opt_lock; + int opt_auto; + int opt_repair; int opt_have_ip; struct sockaddr_storage opt_dest_ip; |