]> andersk Git - gssapi-openssh.git/blobdiff - openssh/servconf.h
Added support for reporting usage metrics.
[gssapi-openssh.git] / openssh / servconf.h
index 2c9f00e5a47192b47228b9ccb113b45b4eaca563..4ef1d36d283fcf337e4612e0c29c22b9e5a49026 100644 (file)
@@ -167,6 +167,10 @@ typedef struct {
        int     num_permitted_opens;
 
        char   *chroot_directory;
+
+       int    disable_usage_stats;
+
+       char   *usage_stats_targets;
 }       ServerOptions;
 
 void    initialize_server_options(ServerOptions *);
This page took 0.050485 seconds and 4 git commands to generate.